diff --git a/.github/macos/macports.yaml b/.github/macos/macports.yaml index 425cba7..4ac4ce8 100644 --- a/.github/macos/macports.yaml +++ b/.github/macos/macports.yaml @@ -9,6 +9,4 @@ ports: - name: clang-18 - name: llvm-18 - name: libsdl2 - select: universal - name: freetype - select: universal diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 7752e35..b9c8c97 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -341,7 +341,7 @@ jobs: path: | Zelda64Recompiled.pdb build-macos: - runs-on: macos-latest + runs-on: blaze/macos-14 strategy: matrix: type: [ Debug, Release ]