Skip to content

Commit

Permalink
Remove deprecated Mac version
Browse files Browse the repository at this point in the history
Github no longer supports this image
actions/runner-images#10721
  • Loading branch information
thk123 committed Jan 9, 2025
1 parent accc859 commit 6b06a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-compilation-across-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
Macos-latest:
strategy:
matrix:
os: [macos-12, macos-13, macos-latest]
os: [macos-13, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository code
Expand Down

0 comments on commit 6b06a15

Please sign in to comment.