Skip to content

Commit

Permalink
using macOS 13 and 14 for CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Oct 8, 2024
1 parent 64e938d commit 1aee4fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests-macos-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
run_tests:
strategy:
matrix:
os: [macos-11, macos-12]
# macos-13 is currently beta so not included
os: [macos-13, macos-14]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 1aee4fa

Please sign in to comment.