git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 1cf84a5436c49413ae756c9e9c18ce71e96d7990
parent 81c29fa3717e4607607aeb6f1051c106c83fce92
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Tue,  8 Apr 2025 20:43:21 +0300

Ubuntu 20.04 is dead soon, replace with 22.04

Diffstat:
M.github/workflows/sanity.yml2+-
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-20.04] + os: [macos-latest, ubuntu-latest, ubuntu-22.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.