Skip to content

Commit 7b5dd13

Browse files
committed
remove unavailable runners
1 parent f3e88cd commit 7b5dd13

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,10 @@ jobs:
1111
matrix:
1212
include:
1313
# Intel builds
14-
- os: macos-12
15-
arch: x86_64
1614
- os: macos-13
1715
arch: x86_64
1816
- os: macos-14
1917
arch: x86_64
20-
# ARM builds
21-
- os: macos-14-arm64
22-
arch: arm64
2318
runs-on: ${{ matrix.os }}
2419
timeout-minutes: 60 # Increased timeout for ARM builds
2520
steps:

0 commit comments

Comments
 (0)