Skip to content

Commit a70e4f9

Browse files
committed
Update macOS x64 CI to use Xcode 16.4 and macos-15-intel
Changed the GitHub Actions workflow to use Xcode 16.4 and the macos-15-intel runner for all macOS x64 matrix jobs, replacing Xcode 15.2 and macos-13. This ensures compatibility with newer Xcode and macOS versions.
1 parent a2ddd22 commit a70e4f9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/unit_test_macos.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#
2727
# Requirements:
2828
# - RADARSIMC SSH key secret for submodule access
29-
# - Xcode 15.2 (x64), Xcode 16.4 (arm64), CMake, GCC/Clang, and Python dependencies
29+
# - Xcode 16.4 (x64), Xcode 16.4 (arm64), CMake, GCC/Clang, and Python dependencies
3030
# - build.sh script
3131
#
3232
# ==============================================================================
@@ -47,40 +47,40 @@ jobs:
4747
fail-fast: false
4848
matrix:
4949
include:
50-
# MacOS x64, GCC-14, Xcode 15.2
50+
# MacOS x64, GCC-14, Xcode 16.4
5151
- arch: x64
52-
runner: macos-13
52+
runner: macos-15-intel
5353
c_compiler: gcc-14
5454
cxx_compiler: g++-14
55-
xcode: "15.2"
55+
xcode: "16.4"
5656
os_label: macosx64
5757
python-version: "3.9"
5858
- arch: x64
59-
runner: macos-13
59+
runner: macos-15-intel
6060
c_compiler: gcc-14
6161
cxx_compiler: g++-14
62-
xcode: "15.2"
62+
xcode: "16.4"
6363
os_label: macosx64
6464
python-version: "3.10"
6565
- arch: x64
66-
runner: macos-13
66+
runner: macos-15-intel
6767
c_compiler: gcc-14
6868
cxx_compiler: g++-14
69-
xcode: "15.2"
69+
xcode: "16.4"
7070
os_label: macosx64
7171
python-version: "3.11"
7272
- arch: x64
73-
runner: macos-13
73+
runner: macos-15-intel
7474
c_compiler: gcc-14
7575
cxx_compiler: g++-14
76-
xcode: "15.2"
76+
xcode: "16.4"
7777
os_label: macosx64
7878
python-version: "3.12"
7979
- arch: x64
80-
runner: macos-13
80+
runner: macos-15-intel
8181
c_compiler: gcc-14
8282
cxx_compiler: g++-14
83-
xcode: "15.2"
83+
xcode: "16.4"
8484
os_label: macosx64
8585
python-version: "3.13"
8686
# MacOS arm64, Clang, Xcode 16.4

0 commit comments

Comments
 (0)