Skip to content

Commit

Permalink
ci: use macos-13
Browse files Browse the repository at this point in the history
`macos-12` has been deprecated:

```
The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see actions/runner-images#10721
```
  • Loading branch information
santiagorodriguez96 committed Dec 13, 2024
1 parent c84b451 commit 0c07949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
os:
- ubuntu-20.04
- windows-latest
- macos-12
- macos-13
ruby:
- '3.2'
- '3.1'
Expand Down

0 comments on commit 0c07949

Please sign in to comment.