diff --git a/.github/workflows/simulator-ci.yml b/.github/workflows/simulator-ci.yml index 0810391..61de973 100644 --- a/.github/workflows/simulator-ci.yml +++ b/.github/workflows/simulator-ci.yml @@ -32,6 +32,9 @@ jobs: - platform: macos-12 cc: clang cxx: clang++ + - platform: macos-14 + cc: clang + cxx: clang++ steps: - uses: actions/checkout@v2 - uses: ./.github/actions/build-package @@ -52,6 +55,9 @@ jobs: - platform: macos-12 cc: clang cxx: clang++ + - platform: macos-14 + cc: clang + cxx: clang++ # Run after the test jobs finish needs: [test] # Run only if this was triggered by a tag