We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20de19b commit 6e3a15dCopy full SHA for 6e3a15d
1 file changed
.github/workflows/build-wheels.yaml
@@ -76,8 +76,8 @@ jobs:
76
id: setup-fortran-windows-arm
77
with:
78
# TODO: figure out whether we need/want to use other compilers too
79
- compiler: "gcc"
80
- version: "13"
+ compiler: "intel-classic"
+ version: "2021.10"
81
# # From numpy: https://github.com/numpy/numpy/blob/37c9cb68ba7db9c48bc0e3354953c57a78d2b0e8/.github/windows_arm64_steps/action.yml
82
# - name: Install LLVM with checksum verification
83
# if: ${{ matrix.os == 'windows-11-arm' }}
0 commit comments