Skip to content

Commit 296c276

Browse files
authored
Temporarily CI debug changes
1 parent 21ca5ff commit 296c276

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
- '64' # 64-bit Julia.
5858
github-runner:
5959
- ubuntu-latest
60-
- windows-latest
61-
- macos-13 # macos-13 = Intel.
62-
- macos-14 # macos-14 = Apple Silicon.
60+
# - windows-latest # TODO: uncomment this line
61+
# - macos-13 # macos-13 = Intel. # TODO: uncomment this line
62+
# - macos-14 # macos-14 = Apple Silicon. # TODO: uncomment this line
6363
coverage:
6464
- 'true'
6565
- 'false' # needed for Julia 1.9+ to test from a session using pkgimages

0 commit comments

Comments
 (0)