Skip to content

Commit 8e38c41

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

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -306,14 +306,12 @@ jobs:
306306
strategy:
307307
fail-fast: false
308308
matrix:
309-
os: [macos]
310309
ruby: ["3.3", "3.2", "3.1", "3.0"]
311310
include:
312-
- os: macos
311+
- os: macos-13
313312
platform: x86_64-darwin
314-
# # arm64-darwin installation testing is omitted until github actions supports it
315-
# - os: macos
316-
# platform: arm64-darwin
313+
- os: macos-14
314+
platform: arm64-darwin
317315
- os: windows
318316
ruby: "3.0"
319317
platform: x64-mingw32

0 commit comments

Comments
 (0)