Skip to content

Commit

Permalink
try to enable macos-13 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Aug 3, 2023
1 parent 1df04fe commit a6cc012
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.11' }
- { os: ubuntu-latest, CC: gcc-12, CXX: g++-12, python: '3.11' }
- { os: macos-11, CC: clang, CXX: clang++, python: "3.10" }
- { os: macos-latest, CC: clang, CXX: clang++, python: "3.11" }
- { os: macos-12, CC: clang, CXX: clang++, python: "3.11" }
- { os: macos-13, CC: clang, CXX: clang++, python: "3.11" }
#macos-latest is just macos-12 by August 2023! - { os: macos-latest, CC: clang, CXX: clang++, python: "3.11" }
name: ${{ matrix.os }}.${{ matrix.CC }}.python-${{ matrix.python }}
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit a6cc012

Please sign in to comment.