Skip to content

Commit 05568ee

Browse files
committed
Test against Mac v13 now that new GH runners are available
1 parent 6f17f1e commit 05568ee

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 13
95+
os: "macos-13"
96+
test-script: "./unix.sh darwin"
9497
- platform: MacOS 12
9598
os: "macos-12"
9699
test-script: "./unix.sh darwin"

0 commit comments

Comments
 (0)