mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
macOS.yml: Use macos-13
We need to an Intel runner not arm64
This commit is contained in:
parent
4c85dbb157
commit
e7edc67e91
4
.github/workflows/macOS.yml
vendored
4
.github/workflows/macOS.yml
vendored
@ -7,7 +7,8 @@ on:
|
||||
|
||||
jobs:
|
||||
wine-staging:
|
||||
runs-on: macos-latest-large
|
||||
# https://github.com/actions/runner-images/issues/9741
|
||||
runs-on: macos-13
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -19,6 +20,7 @@ jobs:
|
||||
bison \
|
||||
gphoto2 \
|
||||
gstreamer \
|
||||
gcenx/wine/libinotify-kqueue \
|
||||
mingw-w64 \
|
||||
molten-vk \
|
||||
sdl2
|
||||
|
Loading…
Reference in New Issue
Block a user