mirror of
https://github.com/valitydev/java-workflow.git
synced 2024-11-06 01:25:18 +00:00
Bump ubuntu version for thrift builds
This commit is contained in:
parent
587fd5936b
commit
448ece0c5c
2
.github/workflows/maven-thrift-build.yml
vendored
2
.github/workflows/maven-thrift-build.yml
vendored
@ -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
|
||||
|
2
.github/workflows/maven-thrift-deploy.yml
vendored
2
.github/workflows/maven-thrift-deploy.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user