We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6c04d commit 887345aCopy full SHA for 887345a
.github/workflows/macos-arm.yml
@@ -53,7 +53,7 @@ jobs:
53
CMAKE_OSX_ARCHITECTURES:STRING=x86_64
54
ctest-options: ""
55
56
- - os: macos-14
+ - os: macos-15
57
name: "Python"
58
cmake-build-type: "Release"
59
cmake-generator: "Ninja"
.github/workflows/pixi.yml
@@ -36,7 +36,7 @@ jobs:
36
timeout-minutes: 0
37
strategy:
38
matrix:
39
- os: [ubuntu-22.04, windows-2022, macos-14]
+ os: [ubuntu-22.04, windows-2022, macos-15]
40
steps:
41
- name: Checkout
42
uses: actions/checkout@v4
0 commit comments