File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 with :
3636 submodules : true
3737 fetch-depth : 0
38- - name : Set up macOS
38+ - name : Set up macOS-12
3939 run : brew unlink gfortran && brew link --overwrite gfortran
40- if : ${{ runner.os == 'macOS' }}
40+ if : ${{ matrix.os == 'macos-12' }}
41+ - name : Set up macOS-14
42+ run : brew install gfortran
43+ if : ${{ matrix.os == 'macos-14' }}
4144 - uses : pypa/cibuildwheel@v2.18.1
4245 - uses : actions/upload-artifact@v4
4346 with :
Original file line number Diff line number Diff line change 4545 sudo apt-get update
4646 sudo apt-get install -y gcc g++ gfortran
4747 if : ${{ runner.os == 'Linux' }}
48- - name : Set up macOS
48+ - name : Set up macOS-12
4949 run : brew unlink gfortran && brew link --overwrite gfortran
50- if : ${{ runner.os == 'macOS' }}
50+ if : ${{ matrix.os == 'macos-12' }}
51+ - name : Set up macOS-14
52+ run : brew install gfortran
53+ if : ${{ matrix.os == 'macos-14' }}
5154 - name : Cache pip packages
5255 uses : actions/cache@v4
5356 with :
You can’t perform that action at this time.
0 commit comments