diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cfee42fd..9403aabe5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,9 +43,9 @@ jobs: - target: Windows host: windows-latest - target: Cocoa - host: macos-latest + host: macos-15 - target: MacOSNative - host: macos-latest + host: macos-15 uses: ./.github/workflows/sdk.yml with: target: ${{ matrix.target }} diff --git a/.github/workflows/test-build-macos.yml b/.github/workflows/test-build-macos.yml index a2593e1c6..fb52bfb80 100644 --- a/.github/workflows/test-build-macos.yml +++ b/.github/workflows/test-build-macos.yml @@ -13,7 +13,7 @@ defaults: jobs: build: name: macOS ${{ inputs.unity-version }} - runs-on: macos-latest + runs-on: macos-15 env: UNITY_VERSION: ${{ inputs.unity-version }} BUILD_PLATFORM: MacOS diff --git a/.github/workflows/test-run-desktop.yml b/.github/workflows/test-run-desktop.yml index 3f3a7be91..d608a2570 100644 --- a/.github/workflows/test-run-desktop.yml +++ b/.github/workflows/test-run-desktop.yml @@ -22,7 +22,7 @@ defaults: jobs: run: name: ${{ inputs.platform }}${{ inputs.backend && format(' ({0})', inputs.backend) || '' }} ${{ inputs.unity-version }} - runs-on: ${{ inputs.platform == 'linux' && 'ubuntu-latest' || inputs.platform == 'macos' && 'macos-latest' || 'windows-latest' }} + runs-on: ${{ inputs.platform == 'linux' && 'ubuntu-latest' || inputs.platform == 'macos' && 'macos-15' || 'windows-latest' }} env: SENTRY_DSN: ${{ secrets.SENTRY_TEST_DSN }} SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}