1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Generate Minetest.app on macOS 12, so at least macOS 12 will be supported

This commit is contained in:
sfence 2024-09-06 11:30:27 +02:00 committed by GitHub
parent 3af226cb06
commit 4fd744cdf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -29,8 +29,8 @@ on:
jobs:
build:
# use macOS 13 since it's the last one that still runs on x86
runs-on: macos-13
# use lowest possible macOS running on x86_64 to support more users
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: Install deps