Skip to content

Commit 4aff058

Browse files
committed
GITHUB: test on macos-13, too
Signed-off-by: Stefan Westerfeld <[email protected]>
1 parent 95db9c5 commit 4aff058

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/testing.yml

+6
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- name: Test macOS Build
1717
run: misc/macbuild.sh
18+
macos-13:
19+
runs-on: macos-13
20+
steps:
21+
- uses: actions/checkout@v3
22+
- name: Test macOS Build
23+
run: misc/macbuild.sh

0 commit comments

Comments
 (0)