diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 82c9e4c..2018d7c 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ ubuntu-latest, macOS-latest, macos-14 ] + os: [ ubuntu-latest, macOS-latest, macos-latest-large ] runs-on: ${{ matrix.os }} steps: - name: 'Check out repository' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7cbc2d9..25400f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ ubuntu-latest, macOS-latest, macos-14 ] + os: [ ubuntu-latest, macOS-latest, macos-latest-large ] runs-on: ${{ matrix.os }} steps: - name: 'Check out repository'