Skip to content

Commit 9b2093e

Browse files
Merge pull request #251 from DeployGate/fix/use_ubuntu-22.04
use ubuntu-22.04
2 parents 17b1093 + 3e658a4 commit 9b2093e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
lint:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:
@@ -21,7 +21,7 @@ jobs:
2121
tool_name: spotless
2222

2323
unit-test:
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-22.04
2525
services:
2626
app:
2727
image: ghcr.io/deploygate/deploygate-mock-server:main
@@ -51,7 +51,7 @@ jobs:
5151
path: build/test-results/tests/test
5252

5353
acceptance-test:
54-
runs-on: ubuntu-latest
54+
runs-on: ubuntu-22.04
5555
services:
5656
app:
5757
image: ghcr.io/deploygate/deploygate-mock-server:main
@@ -81,7 +81,7 @@ jobs:
8181
path: build/test-results/tests/testUnrollAcceptanceTest
8282

8383
acceptance-test-runtime-env:
84-
runs-on: ubuntu-latest
84+
runs-on: ubuntu-22.04
8585
services:
8686
app:
8787
image: ghcr.io/deploygate/deploygate-mock-server:main

.github/workflows/release.yml

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

99
jobs:
1010
production-release:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
services:
1313
app:
1414
image: ghcr.io/deploygate/deploygate-mock-server:main

0 commit comments

Comments
 (0)