Skip to content

Commit 5f236fe

Browse files
committed
Exclude 2.5 on macos-latest
Now macos-latest is macos-14 which runs on M1, and older versions are not provided for ARM.
1 parent b41adfb commit 5f236fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- {os: windows-latest, ruby: truffleruby}
3131
- {os: windows-latest, ruby: jruby-head}
3232
- {os: windows-latest, ruby: jruby }
33+
- {os: macos-latest, ruby: '2.5' }
3334
- {os: macos-latest, ruby: truffleruby }
3435
- {os: macos-latest, ruby: truffleruby-head }
3536
- {os: macos-latest, ruby: jruby }

0 commit comments

Comments
 (0)