File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 macos :
1313 strategy :
1414 matrix :
15- runner : [macos-latest, macos-14 ]
15+ runner : [macos-latest, macos-13 ]
1616 runs-on : ${{ matrix.runner }}
1717 steps :
1818 - name : Checkout repository
2929 - name : Upload a Build Artifact
3030 uses : actions/upload-artifact@v2
3131 with :
32- name : crystalline_${{ matrix.runner == 'macos-latest' && 'x86_64 ' || 'arm64 ' }}-apple-darwin
32+ name : crystalline_${{ matrix.runner == 'macos-latest' && 'arm64 ' || 'x86_64 ' }}-apple-darwin
3333 path : ./bin/crystalline
3434 linux :
3535 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 99 macos :
1010 strategy :
1111 matrix :
12- runner : [macos-latest, macos-14 ]
12+ runner : [macos-latest, macos-13 ]
1313 runs-on : ${{ matrix.runner }}
1414 steps :
1515 - name : Checkout repository
2828 - name : Upload a Build Artifact
2929 uses : actions/upload-artifact@v2
3030 with :
31- name : crystalline_${{ matrix.runner == 'macos-latest' && 'x86_64 ' || 'arm64 ' }}-apple-darwin
31+ name : crystalline_${{ matrix.runner == 'macos-latest' && 'arm64 ' || 'x86_64 ' }}-apple-darwin
3232 path : ./bin/crystalline
3333 linux :
3434 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments