Skip to content

Commit 145fe51

Browse files
Go back to macos-13 for the Darwin framework tests.
The macos-14 runners are random-failing a lot. Rolling back to the previous runner version while we investigate that.
1 parent 90b0fd2 commit 145fe51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/darwin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
framework:
3737
name: Build framework
3838
if: github.actor != 'restyled-io[bot]'
39-
runs-on: macos-14
39+
runs-on: macos-13
4040
strategy:
4141
matrix:
4242
options: # We don't need a full matrix
@@ -73,7 +73,7 @@ jobs:
7373
name: Run framework tests
7474
if: github.actor != 'restyled-io[bot]'
7575
needs: [framework] # serialize to avoid running to many parallel macos runners
76-
runs-on: macos-14
76+
runs-on: macos-13
7777
strategy:
7878
matrix:
7979
options: # We don't need a full matrix

0 commit comments

Comments
 (0)