Skip to content

Commit

Permalink
CI: remove macOS 12 runner
Browse files Browse the repository at this point in the history
It's scheduled for removal at the start of December and brownouts will
begin soon.
  • Loading branch information
jmroot committed Nov 2, 2024
1 parent a3eda99 commit 12986b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13, macos-14, macos-15, ubuntu-latest]
os: [macos-13, macos-14, macos-15, ubuntu-latest]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 12986b1

Please sign in to comment.