Skip to content

Commit 6db08d6

Browse files
committed
github: Switch back to macos-latest for the runners
Currently, "macos-latest" gets "macos-14", while there also are "macos-15" runners available. Switch back to the latest variant in preparation for that being updated at some point. This reverts 7bd4b28.
1 parent 218ddb0 commit 6db08d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
macos:
190190
if: (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
191191
needs: [prepare]
192-
runs-on: macos-14
192+
runs-on: macos-latest
193193
steps:
194194
- uses: actions/checkout@v4
195195
- name: Build

0 commit comments

Comments
 (0)