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 0327969
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .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 All @@ -47,16 +47,16 @@ jobs:
gemfile: openssl_3_1
- ruby: '3.1'
gemfile: openssl_2_2
os: macos-12
os: macos-13
- ruby: '3.1'
gemfile: openssl_2_1
os: macos-12
os: macos-13
- ruby: '3.2'
gemfile: openssl_2_2
os: macos-12
os: macos-13
- ruby: '3.2'
gemfile: openssl_2_1
os: macos-12
os: macos-13
- ruby: '3.2'
gemfile: openssl_2_2
os: windows-latest
Expand Down

0 comments on commit 0327969

Please sign in to comment.