File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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' }}
You can’t perform that action at this time.
0 commit comments