Skip to content

Commit

Permalink
ci: Remove MacOS 12 runner
Browse files Browse the repository at this point in the history
Of course only after doing a bunch of CI cleanup do I notice that MacOS
12 runners are being deprecated.
  • Loading branch information
yodaldevoid committed Nov 5, 2024
1 parent 47d32a8 commit 62d6b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 62d6b05

Please sign in to comment.