Skip to content

Commit

Permalink
CI: Add macos-15 (#327)
Browse files Browse the repository at this point in the history
Fixes: #322
  • Loading branch information
bnoordhuis authored Jan 8, 2025
1 parent b70c3c1 commit 5fad3b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
os:
- "macos-13"
- "macos-14" # arm64
- "macos-15"
- "ubuntu-20.04"
ruby:
- "truffleruby+graalvm"
Expand Down Expand Up @@ -52,6 +53,7 @@ jobs:
os:
- "macos-13"
- "macos-14" # arm64
- "macos-15"
ruby:
- "ruby-3.1"
- "ruby-3.2"
Expand Down

0 comments on commit 5fad3b6

Please sign in to comment.