Skip to content

Commit

Permalink
Merge pull request #251 from DeployGate/fix/use_ubuntu-22.04
Browse files Browse the repository at this point in the history
use ubuntu-22.04
  • Loading branch information
enomoto-kazuya authored Jan 14, 2025
2 parents 17b1093 + 3e658a4 commit 9b2093e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -21,7 +21,7 @@ jobs:
tool_name: spotless

unit-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
app:
image: ghcr.io/deploygate/deploygate-mock-server:main
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
path: build/test-results/tests/test

acceptance-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
app:
image: ghcr.io/deploygate/deploygate-mock-server:main
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
path: build/test-results/tests/testUnrollAcceptanceTest

acceptance-test-runtime-env:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
app:
image: ghcr.io/deploygate/deploygate-mock-server:main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
production-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
app:
image: ghcr.io/deploygate/deploygate-mock-server:main
Expand Down

0 comments on commit 9b2093e

Please sign in to comment.