We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a544425 commit d976aceCopy full SHA for d976ace
.github/workflows/publish.yaml
@@ -92,10 +92,10 @@ jobs:
92
matrix:
93
# 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
94
platform:
95
- - depot-macos-13 # [macOs, x64]
+ - depot-macos-14 # [macOs, x64]
96
- depot-macos-latest # [macOs, ARM64]
97
- - depot-ubuntu-24.04 # [linux, x64]
98
- - depot-windows-latest # [windows, x64]
+ - depot-ubuntu-24.04-4 # [linux, x64]
+ - depot-windows-latest-4 # [windows, x64]
99
100
runs-on: ${{ matrix.platform }}
101
0 commit comments