git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit aa6a8106f00d198c231f7c74e75b8bc8d8b1c339
parent 4c4fce607950d474247c172f88449361c9fd002c
Author: bbbbbr <bbbbbr@users.noreply.github.com>
Date:   Mon, 29 Jul 2024 15:53:22 -0700

Merge pull request #708 from gbdk-2020/build/macos_12

CI/CD: macos 11 deprecated, change to 12
Diffstat:
M.github/workflows/gbdk_build_and_package.yml2+-
M.github/workflows/gbdk_build_examples.yml2+-
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-11 + - os: macos-12 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-11 + - os: macos-12 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.