Skip to content

Commit 64370b6

Browse files
committed
Switch to intel classic compilers on windows arm
1 parent 5f32bf3 commit 64370b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ jobs:
8181
uses: fortran-lang/setup-fortran@v1
8282
id: setup-fortran-windows-arm
8383
with:
84-
# TODO: figure out whether we need/want to use other compilers too
85-
compiler: "intel"
86-
version: "2025.0"
84+
# Only intel-classic supported by f2py
85+
compiler: "intel-classic"
86+
version: "2021.10"
8787
- name: Build wheels
8888
uses: pypa/cibuildwheel@v3.1.4 # matplotlib had v3.1.3
8989
with:

0 commit comments

Comments
 (0)