diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1ced4e76ea..56e4cad00b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -92,10 +92,10 @@ jobs: matrix: # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-private-repositories platform: - - macos-13 # [macOs, x64] - - macos-latest # [macOs, ARM64] - - ubuntu-24.04 # [linux, x64] - - windows-latest # [windows, x64] + - depot-macos-14 # [macOs, x64] + - depot-macos-latest # [macOs, ARM64] + - depot-ubuntu-24.04-4 # [linux, x64] + - depot-windows-latest-4 # [windows, x64] runs-on: ${{ matrix.platform }}