Skip to content

Commit 584816f

Browse files
author
culler
committed
Merge sequoia-tests: run macOS tests on a macOS-latest CI runner.
2 parents 0cc57ca + 6650089 commit 584816f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/mac-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- "main"
66
- "core-8-branch"
77
- "core-8-6-branch"
8+
- "sequoia-tests"
89
tags:
910
- "core-**"
1011
permissions:
@@ -13,7 +14,7 @@ env:
1314
ERROR_ON_FAILURES: 1
1415
jobs:
1516
xcode:
16-
runs-on: macos-14
17+
runs-on: macos-15
1718
defaults:
1819
run:
1920
shell: bash
@@ -48,7 +49,7 @@ jobs:
4849
}
4950
- name: Run Tests
5051
run: |
51-
make test | tee out.txt
52+
make TK_NO_STDERR=1 test | tee out.txt
5253
nmatches=$( grep -c "Failed 0" out.txt )
5354
if [ $nmatches -lt 4 ]
5455
then

0 commit comments

Comments
 (0)