Skip to content

Commit

Permalink
Go back to macos-13 for the Darwin framework tests. (project-chip#35782)
Browse files Browse the repository at this point in the history
The macos-14 runners are random-failing a lot.  Rolling back to the previous
runner version while we investigate that.
  • Loading branch information
bzbarsky-apple authored Sep 26, 2024
1 parent 90b0fd2 commit 0f62429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
framework:
name: Build framework
if: github.actor != 'restyled-io[bot]'
runs-on: macos-14
runs-on: macos-13
strategy:
matrix:
options: # We don't need a full matrix
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
name: Run framework tests
if: github.actor != 'restyled-io[bot]'
needs: [framework] # serialize to avoid running to many parallel macos runners
runs-on: macos-14
runs-on: macos-13
strategy:
matrix:
options: # We don't need a full matrix
Expand Down

0 comments on commit 0f62429

Please sign in to comment.