1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Merge pull request #531 from ton-blockchain/master

Merge upstream
This commit is contained in:
EmelyanenkoK 2022-11-25 18:35:23 +03:00 committed by GitHub
commit ff5c6593b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

View file

@ -1,4 +1,4 @@
name: Docker Ubuntu 18.04 image
name: Docker Ubuntu 20.04 image
on:
workflow_dispatch:
@ -10,7 +10,7 @@ env:
jobs:
build-and-push:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3