Skip to content

Commit d976ace

Browse files
committed
try bigger workers
1 parent a544425 commit d976ace

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
@@ -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-
- depot-macos-13 # [macOs, x64]
95+
- depot-macos-14 # [macOs, x64]
9696
- depot-macos-latest # [macOs, ARM64]
97-
- depot-ubuntu-24.04 # [linux, x64]
98-
- depot-windows-latest # [windows, x64]
97+
- depot-ubuntu-24.04-4 # [linux, x64]
98+
- depot-windows-latest-4 # [windows, x64]
9999

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

0 commit comments

Comments
 (0)