We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b231f9d commit c49c789Copy full SHA for c49c789
.github/workflows/ci.yml
@@ -306,14 +306,13 @@ jobs:
306
strategy:
307
fail-fast: false
308
matrix:
309
- os: [macos]
+ os: [windows, macos-13, macos-14]
310
ruby: ["3.3", "3.2", "3.1", "3.0"]
311
include:
312
- - os: macos
+ - os: macos-13
313
platform: x86_64-darwin
314
- # # arm64-darwin installation testing is omitted until github actions supports it
315
- # - os: macos
316
- # platform: arm64-darwin
+ - os: macos-14
+ platform: arm64-darwin
317
- os: windows
318
ruby: "3.0"
319
platform: x64-mingw32
0 commit comments