File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ jobs:
43
43
- " 1.11"
44
44
# - 'nightly'
45
45
os :
46
- - ubuntu-24.04
46
+ # - ubuntu-24.04
47
47
# `ubuntu-22.04-arm` is considered more stable than `ubuntu-24.04-arm`:
48
48
# <https://github.com/orgs/community/discussions/148648#discussioncomment-12099554>.
49
- - ubuntu-22.04-arm
49
+ # - ubuntu-22.04-arm
50
50
# Disable `macOS-13` until
51
51
# <https://github.com/EnzymeAD/Reactant.jl/issues/867> is resolved.
52
52
# - macOS-13
53
- - macOS-latest
53
+ # - macOS-latest
54
54
- windows-latest
55
55
test_group :
56
56
- core
@@ -99,10 +99,13 @@ jobs:
99
99
# We have to use `${GITHUB_WORKSPACE}` instead of `github.workspace` because GitHub
100
100
# is terrible and the two don't match inside containers:
101
101
# https://github.com/actions/runner/issues/2058
102
+
103
+ if : ${{ matrix.os != 'windows-latest' }}
102
104
run : |
103
105
echo "TMPDIR=${GITHUB_WORKSPACE}/tmp" >> ${GITHUB_ENV}
104
106
- uses : actions/checkout@v4
105
107
- name : Create TMPDIR
108
+ if : ${{ matrix.os != 'windows-latest' }}
106
109
run : |
107
110
mkdir -p ${{ env.TMPDIR }}
108
111
- uses : julia-actions/setup-julia@v2
You can’t perform that action at this time.
0 commit comments