Merge pull request #47 from valitydev/ft/bump_ubuntu

Bump ubuntu version for thrift builds
This commit is contained in:
Egor Cherniak 2023-05-18 17:59:38 +03:00 committed by GitHub
commit cfa982bc2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Install thrift
uses: valitydev/action-setup-thrift@v1.0.2

View File

@ -27,7 +27,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Install thrift
uses: valitydev/action-setup-thrift@v0.0.6