mirror of
https://github.com/minetest/minetest.git
synced 2024-11-20 06:33:45 +01:00
Switch to macOS 13, because brew support for macOS 12 gone (#15232)
This commit is contained in:
parent
95d7348a08
commit
84b9321977
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -29,8 +29,8 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
# use lowest possible macOS running on x86_64 to support more users
|
||||
runs-on: macos-12
|
||||
# use lowest possible macOS running on x86_64 supported by brew to support more users
|
||||
runs-on: macos-13
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install deps
|
||||
|
Loading…
Reference in New Issue
Block a user