Switch Mac runners to M1 (#672)

This commit is contained in:
wheremyfoodat 2024-12-08 12:43:50 +02:00 committed by GitHub
parent 4af4780f18
commit d2f20224ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -55,7 +55,7 @@ jobs:
${{github.workspace}}/docs/libretro/panda3ds_libretro.info
MacOS:
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: actions/checkout@v4