Skip to content

Commit

Permalink
CI: use macos-12 -> macos-13
Browse files Browse the repository at this point in the history
The macOS 12 Actions runner image has been removed:
actions/runner-images#10721
  • Loading branch information
dentarg committed Feb 11, 2025
1 parent ab7b4fc commit 3ae2a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Ubuntu
- { os: ubuntu-22.04, ruby: 3.1 }
# macOS
- { os: macos-12, ruby: 3.1 }
- { os: macos-13, ruby: 3.1 }
# Windows
- { os: windows-2019, ruby: 3.1 }
- { os: windows-2022, ruby: 3.1 }
Expand Down

0 comments on commit 3ae2a89

Please sign in to comment.