diff --git a/.github/workflows/macos-linux-windows-pixi.yml b/.github/workflows/macos-linux-windows-pixi.yml index 0c56d963..4034e820 100644 --- a/.github/workflows/macos-linux-windows-pixi.yml +++ b/.github/workflows/macos-linux-windows-pixi.yml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, macos-13] + os: [ubuntu-latest, macos-latest, macos-15-intel] environment: [all, all-py39] build_type: [Release, Debug] cxx_options: ['', '-mavx2'] @@ -46,7 +46,7 @@ jobs: exclude: - os: macos-latest cxx_options: '-mavx2' - - os: macos-13 + - os: macos-15-intel cxx_options: '-mavx2' include: