diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 2018d7c..62e86d2 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-latest-large ] + os: [ ubuntu-latest, macOS-latest, macos-13 ] runs-on: ${{ matrix.os }} steps: - name: 'Check out repository' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25400f6..48d7a4b 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-latest-large ] + os: [ ubuntu-latest, macOS-latest, macos-13 ] runs-on: ${{ matrix.os }} steps: - name: 'Check out repository'