From fd309bbd52c4b43f43ebaeef0a586972af893c2b Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Wed, 31 Jan 2024 02:02:11 +0900 Subject: [PATCH] Run CI against macos-14 M1 runner (#387) --- .github/workflows/ci-go.yml | 3 ++- .github/workflows/ci-home.yml | 3 ++- .github/workflows/ci-nix.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index 16108260..5ed650bf 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -26,7 +26,8 @@ jobs: matrix: os: - ubuntu-latest - - macos-13 + - macos-14 # M1 - https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ + - macos-13 # Intel(Maybe) - windows-latest runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/ci-home.yml b/.github/workflows/ci-home.yml index 3c7f1ef3..a23a82b2 100644 --- a/.github/workflows/ci-home.yml +++ b/.github/workflows/ci-home.yml @@ -29,7 +29,8 @@ jobs: matrix: os: - ubuntu-22.04 - - macos-13 + - macos-14 # M1 - https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ + - macos-13 # Intel(Maybe) runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/ci-nix.yml b/.github/workflows/ci-nix.yml index f42a26d8..36eac675 100644 --- a/.github/workflows/ci-nix.yml +++ b/.github/workflows/ci-nix.yml @@ -26,7 +26,8 @@ jobs: matrix: os: - ubuntu-latest - - macos-13 + - macos-14 # M1 - https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ + - macos-13 # Intel(Maybe) runs-on: ${{ matrix.os }} timeout-minutes: 30 steps: