diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e501ee56..ad0665c5b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: name: ${{ env.OS }}-${{ env.TARGET }} path: artifacts/ macos: - runs-on: macos-13 + runs-on: ${{ (matrix.target == 'x86_64' && 'macos-13') || 'macos-14' }} strategy: matrix: target: ["x86_64", "arm64"] @@ -92,7 +92,7 @@ jobs: path: ${{ env.OS }}-${{ env.TARGET }} key: ${{ runner.os }}-${{ matrix.target }}-${{ github.sha }}-${{ github.run_id }}-${{ github.run_attempt }} macos-universal: - runs-on: macos-13 + runs-on: macos-14 needs: macos env: OS: macos @@ -233,7 +233,7 @@ jobs: name: ${{ env.OS }}-${{ env.TARGET }} path: src/android/app/artifacts/ ios: - runs-on: macos-13 + runs-on: macos-14 if: ${{ !startsWith(github.ref, 'refs/tags/') }} env: CCACHE_DIR: ${{ github.workspace }}/.ccache