Skip to content

Commit 92cc5da

Browse files
committed
ci: drop macOS builder back to macOS 13
Something seems to have changed with macOS' FAT32 implementation with macOS 14 that is causing FAT32-related tests to fail. We need to investigate further, but this shouldn't affect most users. Signed-off-by: Jacob Howard <[email protected]>
1 parent ac52470 commit 92cc5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
scripts/ci/verify_commits.sh
2626
macos:
2727
name: macOS
28-
runs-on: macos-latest
28+
runs-on: macos-13
2929
timeout-minutes: 90
3030
steps:
3131
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)