From 3e658a40448d189b0cad70bae960bb00a934a7dd Mon Sep 17 00:00:00 2001 From: enomoto-kazuya <44221527+enomoto-kazuya@users.noreply.github.com> Date: Tue, 14 Jan 2025 13:35:12 +0900 Subject: [PATCH] just use ubuntu-22.04 --- .github/workflows/build-and-test.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index a454606..4d59938 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -8,7 +8,7 @@ on: jobs: lint: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53b93f8..bc71bc9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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