Skip to content

Commit

Permalink
Merge sequoia-tests: run macOS tests on a macOS-latest CI runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Jan 27, 2025
2 parents 0cc57ca + 6650089 commit 584816f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "main"
- "core-8-branch"
- "core-8-6-branch"
- "sequoia-tests"
tags:
- "core-**"
permissions:
Expand All @@ -13,7 +14,7 @@ env:
ERROR_ON_FAILURES: 1
jobs:
xcode:
runs-on: macos-14
runs-on: macos-15
defaults:
run:
shell: bash
Expand Down Expand Up @@ -48,7 +49,7 @@ jobs:
}
- name: Run Tests
run: |
make test | tee out.txt
make TK_NO_STDERR=1 test | tee out.txt
nmatches=$( grep -c "Failed 0" out.txt )
if [ $nmatches -lt 4 ]
then
Expand Down

0 comments on commit 584816f

Please sign in to comment.