Use macOS 14 in CI (#1335)

This commit is contained in:
Eldred Habert
2024-08-08 22:16:32 +02:00
committed by GitHub
parent 0adff57e2c
commit fb6f861a08
4 changed files with 15 additions and 17 deletions

View File

@@ -67,7 +67,7 @@ jobs:
path: rgbds-${{ env.version }}-win${{ matrix.bits }}.zip
macos:
runs-on: macos-12
runs-on: macos-14
steps:
- name: Get version from tag
shell: bash
@@ -78,7 +78,7 @@ jobs:
- name: Install deps
shell: bash
run: |
./.github/scripts/install_deps.sh macos-latest
./.github/scripts/install_deps.sh macos
# We force linking libpng statically; the other libs are provided by macOS itself
- name: Build binaries
run: |