Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
os: [ubuntu-latest, windows-latest, macos-15-intel, macos-latest]
build_type: [Release]
cpp_compiler: [g++, clang++, cl]
include:
Expand All @@ -30,7 +30,7 @@ jobs:
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
- os: macos-13
- os: macos-15-intel
c_compiler: clang
cpp_compiler: clang++
- os: macos-latest
Expand All @@ -43,9 +43,9 @@ jobs:
cpp_compiler: clang++
- os: ubuntu-latest
cpp_compiler: cl
- os: macos-13
- os: macos-15-intel
cpp_compiler: cl
- os: macos-13
- os: macos-15-intel
cpp_compiler: g++
- os: macos-latest
cpp_compiler: cl
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/meson-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
os: [ubuntu-latest, windows-latest, macos-15-intel, macos-latest]
build_type: [Release]
cpp_compiler: [g++, clang++, cl]
meson_version: ["1.2.0"]
Expand All @@ -31,7 +31,7 @@ jobs:
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
- os: macos-13
- os: macos-15-intel
c_compiler: clang
cpp_compiler: clang++
- os: macos-latest
Expand All @@ -44,9 +44,9 @@ jobs:
cpp_compiler: clang++
- os: ubuntu-latest
cpp_compiler: cl
- os: macos-13
- os: macos-15-intel
cpp_compiler: cl
- os: macos-13
- os: macos-15-intel
cpp_compiler: g++
- os: macos-latest
cpp_compiler: cl
Expand Down