Skip to content

Commit

Permalink
Update macOS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde authored Sep 20, 2024
1 parent 1837049 commit 7391862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ jobs:
- name: 🎉 Install
run: cmake --install ${{ env.CMAKE_BINARY_PREFIX }} --prefix ${{ env.CMAKE_INSTALL_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }}
gcc:
runs-on: macos-12
name: macos-12 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
runs-on: macos-14
name: macos-14 gcc-${{ matrix.version }} (c++${{ matrix.standard }})
strategy:
fail-fast: false
matrix:
version: [ 11, 12, 14 ]
version: [ 12, 13, 14 ]
standard: [ 11, 14, 17, 20 ]

steps:
Expand Down

0 comments on commit 7391862

Please sign in to comment.