Skip to content

Commit 1b1071e

Browse files
authored
ci: run tests on Apple silicon runners (#663)
1 parent e73a71d commit 1b1071e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-12]
14+
os: [ubuntu-latest, macos-13, macos-14]
1515
toolchain: [stable, nightly]
1616

1717
steps:

0 commit comments

Comments
 (0)