Skip to content

Commit c49c789

Browse files
committed
ci: test native installation on arm64-darwin
See related flavorjones/ruby-c-extensions-explained#30
1 parent b231f9d commit c49c789

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,14 +306,13 @@ jobs:
306306
strategy:
307307
fail-fast: false
308308
matrix:
309-
os: [macos]
309+
os: [windows, macos-13, macos-14]
310310
ruby: ["3.3", "3.2", "3.1", "3.0"]
311311
include:
312-
- os: macos
312+
- os: macos-13
313313
platform: x86_64-darwin
314-
# # arm64-darwin installation testing is omitted until github actions supports it
315-
# - os: macos
316-
# platform: arm64-darwin
314+
- os: macos-14
315+
platform: arm64-darwin
317316
- os: windows
318317
ruby: "3.0"
319318
platform: x64-mingw32

0 commit comments

Comments
 (0)