Skip to content

Commit

Permalink
CI: build only on macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Jun 1, 2024
1 parent bfa051c commit 26cbfa6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@ env:

jobs:
build:
strategy:
matrix:
os: [ macos-11, macos-12, macos-13, macos-14 ]
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
# You can convert this to a matrix build if you need cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ${{ matrix.os }}
runs-on: macos-14
if: github.ref_name == 'main'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 26cbfa6

Please sign in to comment.