Skip to content

Commit 6fe62f5

Browse files
committed
Not using large runner
1 parent 2e4a186 commit 6fe62f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ env:
1313
jobs:
1414
test:
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
image:
1819
# Refers to https://github.com/actions/runner-images
1920
- ubuntu-24.04 # x86
20-
- macos-15-large # x86
21+
- macos-13 # x86
2122
- macos-15 # arm
2223
- windows-2022 # x86
2324
# https://github.com/actions/partner-runner-images

0 commit comments

Comments
 (0)