Skip to content

Commit

Permalink
Exclude 2.5 on macos-latest
Browse files Browse the repository at this point in the history
Now macos-latest is macos-14 which runs on M1, and older versions are
not provided for ARM.
  • Loading branch information
nobu committed Apr 30, 2024
1 parent b41adfb commit 5f236fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- {os: windows-latest, ruby: truffleruby}
- {os: windows-latest, ruby: jruby-head}
- {os: windows-latest, ruby: jruby }
- {os: macos-latest, ruby: '2.5' }
- {os: macos-latest, ruby: truffleruby }
- {os: macos-latest, ruby: truffleruby-head }
- {os: macos-latest, ruby: jruby }
Expand Down

0 comments on commit 5f236fe

Please sign in to comment.