From adb55ece2d237c693717317213983fa9f377840c Mon Sep 17 00:00:00 2001 From: Akira KAWAGUCHI Date: Tue, 7 Jan 2025 15:08:13 +0900 Subject: [PATCH] ci: modify runs-on for preventing ubuntu-latest As ubuntu 24.04 is currently still experimental support --- .github/workflows/ci-build.yml | 2 +- .github/workflows/ci-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 1e7cd2a..43ebd46 100755 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch] jobs: Build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: checks: write timeout-minutes: 30 diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 4eaed28..c4a2584 100755 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -5,7 +5,7 @@ concurrency: ${{ github.workflow }} jobs: Publish: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: contents: write timeout-minutes: 30