Skip to content

Commit 3dfb13d

Browse files
committed
Try lfortran
1 parent 6e3a15d commit 3dfb13d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
id: setup-fortran-windows-arm
7777
with:
7878
# TODO: figure out whether we need/want to use other compilers too
79-
compiler: "intel-classic"
80-
version: "2021.10"
79+
compiler: "lfortran"
80+
version: "0.45.0"
8181
# # From numpy: https://github.com/numpy/numpy/blob/37c9cb68ba7db9c48bc0e3354953c57a78d2b0e8/.github/windows_arm64_steps/action.yml
8282
# - name: Install LLVM with checksum verification
8383
# if: ${{ matrix.os == 'windows-11-arm' }}

0 commit comments

Comments
 (0)