Skip to content

Commit

Permalink
Remove macos-latest (12.x) from matrix strategy
Browse files Browse the repository at this point in the history
* Mentions macOS 14 hopefully soon to be available
  • Loading branch information
dskecse committed Jan 28, 2024
1 parent 16b0eff commit f77fd1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, macos-13]
# TODO: Add macOS 14 (Sonoma) when it gets available:
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
# https://github.com/actions/runner-images/issues/7508
# https://github.com/actions/runner-images/pull/9179
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f77fd1b

Please sign in to comment.