|
23 | 23 | matrix: |
24 | 24 | # os: [ubuntu-latest, windows-latest, macos-latest] |
25 | 25 | # os: [ubuntu-latest, windows-latest] |
26 | | - os: [macos-latest, ubuntu-latest, windows-latest] |
| 26 | + os: [macos-13, ubuntu-latest, windows-latest] |
27 | 27 | build_type: [Release] |
28 | 28 | # c_compiler: [gcc, clang, cl] |
29 | 29 | c_compiler: [gcc, cl, clang] |
@@ -53,10 +53,10 @@ jobs: |
53 | 53 | # spice_dl_url: https://naif.jpl.nasa.gov/pub/naif/toolkit//C/MacM1_OSX_clang_64bit/packages/cspice.tar.Z |
54 | 54 | # spice_zip_filename: cspice.tar.Z |
55 | 55 | # spice_lib_filename: cspice.a |
56 | | - - os: macos-latest |
| 56 | + - os: macos-13 |
57 | 57 | c_compiler: gcc |
58 | 58 | cpp_compiler: g++ |
59 | | - # arch: arm64 |
| 59 | + arch: x64 |
60 | 60 | spice_dl_url: https://naif.jpl.nasa.gov/pub/naif/toolkit//C/MacIntel_OSX_AppleC_64bit/packages/cspice.tar.Z |
61 | 61 | spice_zip_filename: cspice.tar.Z |
62 | 62 | spice_lib_filename: cspice.a |
|
67 | 67 | c_compiler: clang |
68 | 68 | - os: ubuntu-latest |
69 | 69 | c_compiler: cl |
70 | | - - os: macos-latest |
| 70 | + - os: macos-13 |
71 | 71 | c_compiler: cl |
72 | | - - os: macos-latest |
| 72 | + - os: macos-13 |
73 | 73 | c_compiler: clang |
74 | 74 |
|
75 | 75 | runs-on: ${{ matrix.os }} |
|
93 | 93 | - if: matrix.os == 'ubuntu-latest' |
94 | 94 | run: tar -xf "${{ github.workspace }}/${{ matrix.spice_zip_filename }}" && rm "${{ github.workspace }}/${{ matrix.spice_zip_filename }}" |
95 | 95 |
|
96 | | - - if: matrix.os == 'macos-latest' |
| 96 | + - if: matrix.os == 'macos-13' |
97 | 97 | run: tar -xf "${{ github.workspace }}/${{ matrix.spice_zip_filename }}" && rm "${{ github.workspace }}/${{ matrix.spice_zip_filename }}" |
98 | 98 |
|
99 | 99 | - name: Set reusable strings |
|
0 commit comments