From 533df7d05e9ecde5b70506d0fc32249deac18f4c Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Fri, 8 Nov 2024 16:03:38 +0900 Subject: [PATCH] ci: Change to use `ubuntu-24.04` --- .github/workflows/CD.yaml | 8 ++++---- .github/workflows/CI.yaml | 8 ++++---- .github/workflows/REUSE.yaml | 2 +- .github/workflows/actionlint.yaml | 2 +- .github/workflows/dependabot_auto_merge.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- .github/workflows/mirror.yaml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 22ccad76..1ad817d4 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -16,7 +16,7 @@ permissions: jobs: get-version: name: Get version - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: version: ${{ steps.get_version.outputs.version }} version_without_v: ${{ steps.get_version_without_v.outputs.version-without-v }} @@ -43,10 +43,10 @@ jobs: - x86_64-pc-windows-msvc include: - target: aarch64-unknown-linux-musl - os: ubuntu-22.04 + os: ubuntu-24.04 use-cross: true - target: x86_64-unknown-linux-musl - os: ubuntu-22.04 + os: ubuntu-24.04 use-cross: true - target: aarch64-apple-darwin os: macos-14 @@ -126,7 +126,7 @@ jobs: needs: - get-version - build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Download artifact uses: actions/download-artifact@v4 diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 3719f2b5..b3da3f20 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -28,7 +28,7 @@ jobs: - stable include: - target: x86_64-unknown-linux-gnu - os: ubuntu-22.04 + os: ubuntu-24.04 - target: aarch64-apple-darwin os: macos-14 - target: x86_64-pc-windows-msvc @@ -64,7 +64,7 @@ jobs: - stable include: - target: x86_64-unknown-linux-gnu - os: ubuntu-22.04 + os: ubuntu-24.04 - target: aarch64-apple-darwin os: macos-14 - target: x86_64-pc-windows-msvc @@ -93,7 +93,7 @@ jobs: rustfmt: name: Rustfmt - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 @@ -109,7 +109,7 @@ jobs: clippy: name: Clippy - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/REUSE.yaml b/.github/workflows/REUSE.yaml index d7cb1ebc..ee9411c2 100644 --- a/.github/workflows/REUSE.yaml +++ b/.github/workflows/REUSE.yaml @@ -14,7 +14,7 @@ on: jobs: reuse: name: REUSE - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 988209ea..831e4321 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -19,7 +19,7 @@ permissions: jobs: validation: name: Validate - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/dependabot_auto_merge.yaml b/.github/workflows/dependabot_auto_merge.yaml index a18ca565..1efd5ae5 100644 --- a/.github/workflows/dependabot_auto_merge.yaml +++ b/.github/workflows/dependabot_auto_merge.yaml @@ -14,7 +14,7 @@ jobs: dependabot: name: Dependabot auto-merge if: github.actor == 'dependabot[bot]' && github.repository_owner == 'sorairolake' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Dependabot metadata id: metadata diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index dd9e2166..2e62f412 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,7 +16,7 @@ permissions: jobs: deploy: name: Deploy - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index a689ea1e..98d7fabc 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -17,7 +17,7 @@ jobs: gitlab: name: Mirror to GitLab if: (github.actor == 'sorairolake' || github.event_name == 'schedule') && github.repository_owner == 'sorairolake' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 @@ -34,7 +34,7 @@ jobs: codeberg: name: Mirror to Codeberg if: (github.actor == 'sorairolake' || github.event_name == 'schedule') && github.repository_owner == 'sorairolake' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4