From ee03f0f2229c71b6325a0381998b1e556d0ecacb Mon Sep 17 00:00:00 2001 From: Goooler Date: Mon, 5 Feb 2024 10:39:05 +0800 Subject: [PATCH] Use Apple silicon images on CI https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22423a5a6b..43969eb511 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ macos-11, ubuntu-latest, windows-latest ] + os: [ macos-14, ubuntu-latest, windows-latest ] steps: - name: Checkout @@ -126,7 +126,7 @@ jobs: path: '**/build/reports' publish: - runs-on: macos-13 + runs-on: macos-14 if: github.repository == 'square/okio' && github.ref == 'refs/heads/master' needs: [jvm, all-platforms, emulator]