Skip to content

Commit 3ad8c62

Browse files
committed
Continuous Integration: Add macos-15 OS explicitly, to check for build problems
1 parent e6bc99e commit 3ad8c62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
os: [ubuntu-latest, macos-latest, windows-latest]
8+
os: [ubuntu-latest, macos-latest, macos-15, windows-latest]
99
ruby-version: ['4.0', '3.4', '3.3', '3.2', '3.1', '3.0', '2.7', truffleruby]
1010
# conformance require perl because of that we
1111
# only run unit tests on windows

0 commit comments

Comments
 (0)