Skip to content

Commit

Permalink
Don't use deprecated macos-12 runner in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Oct 15, 2024
1 parent cdef47e commit 4f6fdc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-nondefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-13, macos-14]
classes: [boost, std]
include:
- classes: std
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-13, macos-14]
steps:
- uses: actions/checkout@v4
- name: Setup
Expand Down

0 comments on commit 4f6fdc0

Please sign in to comment.