Skip to content

Commit

Permalink
CI: Add macos-{13,14} and as well as Ruby 3.3 to matrix build (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisba committed May 13, 2024
1 parent 5b2a25c commit 2c88956
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
fail-fast: false
matrix:
os:
- "macos-11"
- "macos-11" # deprecated by GitHub
- "macos-12"
- "macos-13"
- "macos-14" # arm64
- "ubuntu-20.04"
ruby:
- "truffleruby+graalvm"
Expand Down Expand Up @@ -43,12 +45,15 @@ jobs:
fail-fast: false
matrix:
os:
- "macos-11"
- "macos-11" # deprecated by GitHub
- "macos-12"
- "macos-13"
- "macos-14" # arm64
ruby:
- "ruby-3.0"
- "ruby-3.0" # EOL as of 2024-04-23
- "ruby-3.1"
- "ruby-3.2"
- "ruby-3.3"

name: ${{ matrix.os }} - ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
Expand All @@ -69,9 +74,10 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.0"
- "3.0" # EOL as of 2024-04-23
- "3.1"
- "3.2"
- "3.3"
platform:
- "amd64"
- "arm64"
Expand Down

0 comments on commit 2c88956

Please sign in to comment.