Skip to content

Commit a544425

Browse files
committed
Trying to make releasing not slow as fuck
1 parent 62f98d6 commit a544425

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ jobs:
9292
matrix:
9393
# 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
9494
platform:
95-
- macos-13 # [macOs, x64]
96-
- macos-latest # [macOs, ARM64]
97-
- ubuntu-24.04 # [linux, x64]
98-
- windows-latest # [windows, x64]
95+
- depot-macos-13 # [macOs, x64]
96+
- depot-macos-latest # [macOs, ARM64]
97+
- depot-ubuntu-24.04 # [linux, x64]
98+
- depot-windows-latest # [windows, x64]
9999

100100
runs-on: ${{ matrix.platform }}
101101

0 commit comments

Comments
 (0)