Skip to content

Commit 76415b1

Browse files
committed
Try later version of intel-classic compiler
1 parent 04eae5d commit 76415b1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,14 @@ jobs:
7070
# TODO: figure out whether we need/want to use other compilers too
7171
compiler: "gcc"
7272
version: "13"
73-
# Needed to install lfortran
74-
- uses: conda-incubator/setup-miniconda@v3
7573
- name: Install Fortran compiler - Windows
7674
if: ${{ matrix.os == 'windows-11-arm' }}
7775
uses: fortran-lang/setup-fortran@v1
7876
id: setup-fortran-windows-arm
7977
with:
8078
# TODO: figure out whether we need/want to use other compilers too
81-
compiler: "lfortran"
82-
version: "0.45.0"
79+
compiler: "intel-classic"
80+
version: "2021.12"
8381
# # From numpy: https://github.com/numpy/numpy/blob/37c9cb68ba7db9c48bc0e3354953c57a78d2b0e8/.github/windows_arm64_steps/action.yml
8482
# - name: Install LLVM with checksum verification
8583
# if: ${{ matrix.os == 'windows-11-arm' }}

0 commit comments

Comments
 (0)