Skip to content

Commit 16f8ca2

Browse files
authored
Merge pull request #130 from Somefive/upgrade-ci-machine
Feat: upgrade ci machine
2 parents 0e394d5 + 2431089 commit 16f8ca2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919

2020
detect-noop:
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
outputs:
2323
noop: ${{ steps.noop.outputs.should_skip }}
2424
steps:
@@ -32,7 +32,7 @@ jobs:
3232
concurrent_skipping: false
3333

3434
test:
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-22.04
3636
needs: detect-noop
3737
if: needs.detect-noop.outputs.noop != 'true'
3838
steps:
@@ -57,7 +57,7 @@ jobs:
5757
run: make
5858

5959
e2e-cluster-gateway:
60-
runs-on: ubuntu-20.04
60+
runs-on: ubuntu-22.04
6161
needs: detect-noop
6262
if: needs.detect-noop.outputs.noop != 'true'
6363
steps:
@@ -97,7 +97,7 @@ jobs:
9797
make test-e2e
9898
9999
e2e-ocm-addon-cluster-gateway:
100-
runs-on: ubuntu-20.04
100+
runs-on: ubuntu-22.04
101101
needs: detect-noop
102102
if: needs.detect-noop.outputs.noop != 'true'
103103
steps:

0 commit comments

Comments
 (0)