SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 9a5aa6b5c891fb209544798617ad9e6f9cb22458 parent a6de76eb2bf8a954ff1aee0f247ccf8322ea89de Author: Lior Halphon <LIJI32@gmail.com> Date: Tue, 11 Apr 2023 11:14:53 +0300 Replace Ubuntu 18.04 with 20.04 (while keeping ubuntu-latest) Diffstat:
| M | .github/workflows/sanity.yml | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, ubuntu-latest, ubuntu-18.04] + os: [macos-latest, ubuntu-latest, ubuntu-20.04] cc: [gcc, clang] include: - os: macos-latest
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.