Skip to content

Commit ddc8e96

Browse files
committed
Trying to make releasing not slow as fuck
1 parent 592b461 commit ddc8e96

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
@@ -90,10 +90,10 @@ jobs:
9090
matrix:
9191
# 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
9292
platform:
93-
- macos-13 # [macOs, x64]
94-
- macos-latest # [macOs, ARM64]
95-
- ubuntu-24.04 # [linux, x64]
96-
- windows-latest # [windows, x64]
93+
- depot-macos-13 # [macOs, x64]
94+
- depot-macos-latest # [macOs, ARM64]
95+
- depot-ubuntu-24.04 # [linux, x64]
96+
- depot-windows-latest # [windows, x64]
9797

9898
runs-on: ${{ matrix.platform }}
9999

0 commit comments

Comments
 (0)