Skip to content

Commit cfa982b

Browse files
authored
Merge pull request #47 from valitydev/ft/bump_ubuntu
Bump ubuntu version for thrift builds
2 parents 587fd59 + 448ece0 commit cfa982b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-thrift-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
build:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
steps:
2121
- name: Install thrift
2222
uses: valitydev/[email protected]

.github/workflows/maven-thrift-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727

2828
jobs:
2929
deploy:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-22.04
3131
steps:
3232
- name: Install thrift
3333
uses: valitydev/[email protected]

0 commit comments

Comments
 (0)