We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6bc99e commit 3ad8c62Copy full SHA for 3ad8c62
1 file changed
.github/workflows/main.yml
@@ -5,7 +5,7 @@ jobs:
5
test:
6
strategy:
7
matrix:
8
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest, macos-15, windows-latest]
9
ruby-version: ['4.0', '3.4', '3.3', '3.2', '3.1', '3.0', '2.7', truffleruby]
10
# conformance require perl because of that we
11
# only run unit tests on windows
0 commit comments