Skip to content

Commit 798ffa2

Browse files
committed
Try enabling a Mac M1 integration testing target for GHA builds
1 parent a801ad5 commit 798ffa2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ jobs:
9191
- platform: Ubuntu 20.04
9292
os: "ubuntu-20.04"
9393
test-script: "./unix.sh linux"
94+
- platform: MacOS 14 (M1)
95+
os: "macos-14"
96+
test-script: "./unix.sh darwin"
9497
- platform: MacOS 13
9598
os: "macos-13"
9699
test-script: "./unix.sh darwin"

0 commit comments

Comments
 (0)