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 592b461 commit 0690614Copy full SHA for 0690614
.github/workflows/publish.yaml
@@ -90,10 +90,10 @@ jobs:
90
matrix:
91
# 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
92
platform:
93
- - macos-13 # [macOs, x64]
94
- - macos-latest # [macOs, ARM64]
95
- - ubuntu-24.04 # [linux, x64]
96
- - windows-latest # [windows, x64]
+ - depot-macos-13 # [macOs, x64]
+ - depot-macos-latest # [macOs, ARM64]
+ - depot-ubuntu-24.04 # [linux, x64]
+ - depot-windows-latest # [windows, x64]
97
98
runs-on: ${{ matrix.platform }}
99
0 commit comments