Skip to content

Commit

Permalink
Update cmake-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CharJon authored Apr 9, 2024
1 parent f8313ac commit 9a135ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# 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: ubuntu-latest #macos-latest-large
runs-on: macos-latest #ubuntu-latest #macos-latest-large

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9a135ed

Please sign in to comment.