mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Use macos-latest for CI
Old versions lose support relatively quickly and then silently degrade to e.g. compiling all dependencies from source which takes a long time.
This commit is contained in:
parent
8d2e1289a4
commit
00be802c5c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -28,7 +28,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-11
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install deps
|
||||
|
|
Loading…
Add table
Reference in a new issue