Skip to content

Commit aa8bc62

Browse files
authored
Run macOS CI on both Intel and Apple Silicon
1 parent 9a31d53 commit aa8bc62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
- ubuntu-latest
5959
- windows-latest
6060
- macos-13 # macos-13 = Intel.
61-
# TODO: uncomment the next line, so that we can start testing on macos-14:
62-
# - macos-14 # macos-14 = Apple Silicon.
61+
- macos-14 # macos-14 = Apple Silicon.
6362
coverage:
6463
- 'true'
6564
- 'false' # needed for Julia 1.9+ to test from a session using pkgimages

0 commit comments

Comments
 (0)