Skip to content

Commit

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

0 comments on commit 9a0607c

Please sign in to comment.