Skip to content

Commit 22a4e4c

Browse files
wsmosesavik-pal
authored andcommitted
Update CI.yml
1 parent b05d948 commit 22a4e4c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
- "1.11"
4444
# - 'nightly'
4545
os:
46-
- ubuntu-24.04
46+
# - ubuntu-24.04
4747
# `ubuntu-22.04-arm` is considered more stable than `ubuntu-24.04-arm`:
4848
# <https://github.com/orgs/community/discussions/148648#discussioncomment-12099554>.
49-
- ubuntu-22.04-arm
49+
# - ubuntu-22.04-arm
5050
# Disable `macOS-13` until
5151
# <https://github.com/EnzymeAD/Reactant.jl/issues/867> is resolved.
5252
# - macOS-13
53-
- macOS-latest
53+
# - macOS-latest
5454
- windows-latest
5555
test_group:
5656
- core
@@ -99,10 +99,13 @@ jobs:
9999
# We have to use `${GITHUB_WORKSPACE}` instead of `github.workspace` because GitHub
100100
# is terrible and the two don't match inside containers:
101101
# https://github.com/actions/runner/issues/2058
102+
103+
if: ${{ matrix.os != 'windows-latest' }}
102104
run: |
103105
echo "TMPDIR=${GITHUB_WORKSPACE}/tmp" >> ${GITHUB_ENV}
104106
- uses: actions/checkout@v4
105107
- name: Create TMPDIR
108+
if: ${{ matrix.os != 'windows-latest' }}
106109
run: |
107110
mkdir -p ${{ env.TMPDIR }}
108111
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)