Skip to content

Commit 7b6b9a2

Browse files
committed
conda: take out windows arm after all
1 parent 41e4763 commit 7b6b9a2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/conda.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,9 @@ jobs:
9595
fail-fast: false
9696
matrix:
9797
# NOTE On GH actions, macOS <=13 is Intel, whereas macOS >=14 will be ARM64
98-
os: ['ubuntu-latest', 'ubuntu-24.04-arm', 'macos-13', 'macos-latest', 'windows-latest', 'windows-11-arm']
98+
# Can't test 'windows-11-arm' because setup-miniconda doesn't support it AOTW
99+
os: ['ubuntu-latest', 'ubuntu-24.04-arm', 'macos-13', 'macos-latest', 'windows-latest']
99100
py: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
100-
exclude:
101-
# not supported by setup-python action
102-
- os: windows-11-arm
103-
py: '3.8'
104-
- os: windows-11-arm
105-
py: '3.9'
106-
- os: windows-11-arm
107-
py: '3.10'
108101

109102
runs-on: ${{ matrix.os }}
110103

0 commit comments

Comments
 (0)