Skip to content

Commit

Permalink
fix: Deprecate macos-12 github action
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker committed Nov 4, 2024
1 parent 6f0d9cd commit da51d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-12, macos-14]
os: [macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }}
steps:
- name: Get checkout directory
Expand Down

0 comments on commit da51d2f

Please sign in to comment.