Skip to content

Commit 27865ec

Browse files
authored
Update macOS.yml
1 parent 4e09be3 commit 27865ec

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/macOS.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ concurrency:
1717
cancel-in-progress: true
1818

1919
jobs:
20-
macos-12:
21-
runs-on: macos-12
22-
name: macos-12 xcode-${{ matrix.xcode }} (c++${{ matrix.standard }})
20+
macos-13:
21+
name: macos-13 xcode-${{ matrix.xcode }} (c++${{ matrix.standard }})
22+
runs-on: macos-13
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
xcode: [ '13.1', '13.2.1', '13.3.1', '13.4.1' ]
26+
xcode: [ '14.1', '14.2', '14.3.1', '15.0.1', '15.1', '15.2' ]
2727
standard: [ 11, 14, 17, 20 ]
2828
env:
2929
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
@@ -53,13 +53,13 @@ jobs:
5353
- name: 🎉 Install
5454
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
5555

56-
macos-13:
57-
name: macos-13 xcode-${{ matrix.xcode }} (c++${{ matrix.standard }})
58-
runs-on: macos-13
56+
macos-14:
57+
name: macos-14 xcode-${{ matrix.xcode }} (c++${{ matrix.standard }})
58+
runs-on: macos-14
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
xcode: [ '14.1', '14.2', '14.3.1', '15.0.1', '15.1', '15.2' ]
62+
xcode: [ '15.0.1', '15.1', '15.2', '15.3', '15.4', '16.0', '16.1' ]
6363
standard: [ 11, 14, 17, 20 ]
6464
env:
6565
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
@@ -89,13 +89,13 @@ jobs:
8989
- name: 🎉 Install
9090
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
9191

92-
macos-14:
93-
name: macos-14 xcode-${{ matrix.xcode }} (c++${{ matrix.standard }})
94-
runs-on: macos-14
92+
macos-15:
93+
runs-on: macos-15
94+
name: macos-15 xcode-${{ matrix.xcode }} (c++${{ matrix.standard }})
9595
strategy:
9696
fail-fast: false
9797
matrix:
98-
xcode: [ '15.0.1', '15.1', '15.2', '15.3', '15.4', '16.0', '16.1' ]
98+
xcode: [ '15.4', '16.0', '16.1', '16.2' ]
9999
standard: [ 11, 14, 17, 20 ]
100100
env:
101101
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
@@ -124,6 +124,7 @@ jobs:
124124
run: ctest --test-dir ${{ env.CMAKE_BINARY_PREFIX }} -C ${{ env.CMAKE_BUILD_TYPE }} --output-on-failure
125125
- name: 🎉 Install
126126
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
127+
127128
gcc:
128129
runs-on: macos-14
129130
name: macos-14 gcc-${{ matrix.version }} (c++${{ matrix.standard }})

0 commit comments

Comments
 (0)