File tree Expand file tree Collapse file tree 3 files changed +3347
-4913
lines changed
Expand file tree Collapse file tree 3 files changed +3347
-4913
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
1919
2020jobs :
2121 loik-pixi :
22- name : ${{ matrix.os }} - Env ${{ matrix.environment }} ${{ matrix.build_type }} ${{ matrix.cxx_options }}
22+ name : ${{ matrix.os }} - Env ${{ matrix.environment }} ${{ matrix.build_type }}
2323 runs-on : ${{ matrix.os }}
2424 env :
2525 CCACHE_BASEDIR : ${GITHUB_WORKSPACE}
3030 strategy :
3131 fail-fast : false
3232 matrix :
33- os : [ubuntu-latest, macos-latest, macos-14 ]
33+ os : [ubuntu-latest, macos-latest, macos-15-intel ]
3434 environment : [default]
3535 build_type : [Release, Debug]
3636
@@ -48,13 +48,11 @@ jobs:
4848 - uses : actions/cache@v4
4949 with :
5050 path : .ccache
51- key : ccache-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.environment }}-${{ github.sha
52- }}
53- restore-keys : ccache-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.environment }}-
51+ key : ccache-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.environment }}-${{ github.sha }}
52+ restore-keys : ccache-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.environment }}}
5453
55- - uses : prefix-dev/setup-pixi@v0.8 .1
54+ - uses : prefix-dev/setup-pixi@v0.9 .1
5655 with :
57- pixi-version : v0.24.2
5856 cache : true
5957 environments : ${{ matrix.environment }}
6058
You can’t perform that action at this time.
0 commit comments