gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 5963e5ae19085d11827389d84a8eac391169acb2 parent 64cd76351bf32cac758c8aa39c74ceba92265347 Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Sun, 8 Dec 2024 22:41:17 -0800 CI/CD: macos 12 deprecated, change to 13 (#732) Diffstat:
| M | .github/workflows/gbdk_build_and_package.yml | 2 | +- |
| M | .github/workflows/gbdk_build_examples.yml | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/gbdk_build_and_package.yml b/.github/workflows/gbdk_build_and_package.yml @@ -17,7 +17,7 @@ jobs: include: - os: ubuntu-20.04 name: Linux-x64 - - os: macos-12 + - os: macos-13 name: MacOS-x64 - os: macos-14 name: MacOS-arm64 diff --git a/.github/workflows/gbdk_build_examples.yml b/.github/workflows/gbdk_build_examples.yml @@ -17,7 +17,7 @@ jobs: include: - os: ubuntu-20.04 name: Linux-x64 - - os: macos-12 + - os: macos-13 name: MacOS-x64 - os: macos-14 name: MacOS-arm64
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.