Skip to content

Commit 13e7482

Browse files
committed
try bigger workers
1 parent ddc8e96 commit 13e7482

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 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-
- depot-macos-13 # [macOs, x64]
93+
- depot-macos-14 # [macOs, x64]
9494
- depot-macos-latest # [macOs, ARM64]
95-
- depot-ubuntu-24.04 # [linux, x64]
96-
- depot-windows-latest # [windows, x64]
95+
- depot-ubuntu-24.04-4 # [linux, x64]
96+
- depot-windows-latest-4 # [windows, x64]
9797

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

0 commit comments

Comments
 (0)