Skip to content

Commit

Permalink
make sure to run on macos-14 not latest (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Apr 18, 2024
1 parent bffdde2 commit 125c4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mbt.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
needs: notification
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-14]
compiler: [g++, clang++]

steps:
Expand Down

0 comments on commit 125c4cb

Please sign in to comment.