From d9ee729199dfaf0e1c5ff083342582ff25b0502b Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Wed, 12 Feb 2025 15:21:19 -0600 Subject: [PATCH 1/3] docs: compat: FUSER is now Ingame --- docs/compatibility.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compatibility.csv b/docs/compatibility.csv index 660c7a9b0..a8b3806a0 100644 --- a/docs/compatibility.csv +++ b/docs/compatibility.csv @@ -1249,7 +1249,7 @@ 0100A6B00D4EC000,"Furwind",,playable,2021-02-19 19:44:08 0100ECE00C0C4000,"Fury Unleashed",crash;services,ingame,2020-10-18 11:52:40 010070000ED9E000,"Fury Unleashed Demo",,playable,2020-10-08 20:09:21 -0100E1F013674000,"FUSER™",nvdec;UE4,playable,2022-10-17 20:58:32 +0100E1F013674000,"FUSER™",nvdec;UE4;slow;gpu,ingame,2022-10-17 20:58:32 0100A7A015E4C000,"Fushigi no Gensokyo Lotus Labyrinth",Needs Update;audio;gpu;nvdec,ingame,2021-01-20 15:30:02 01003C300B274000,"Futari de! Nyanko Daisensou",,playable,2024-01-05 22:26:52 010055801134E000,"FUZE Player",online-broken;vulkan-backend-bug,ingame,2022-10-18 12:23:53 From 89b4389ed26023ae6c57554fc70d20d7be7c4085 Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Wed, 12 Feb 2025 16:03:26 -0600 Subject: [PATCH 2/3] docs: compat: [ci skip] forgot to update time for FUSER --- docs/compatibility.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compatibility.csv b/docs/compatibility.csv index a8b3806a0..6cb10e8d8 100644 --- a/docs/compatibility.csv +++ b/docs/compatibility.csv @@ -1249,7 +1249,7 @@ 0100A6B00D4EC000,"Furwind",,playable,2021-02-19 19:44:08 0100ECE00C0C4000,"Fury Unleashed",crash;services,ingame,2020-10-18 11:52:40 010070000ED9E000,"Fury Unleashed Demo",,playable,2020-10-08 20:09:21 -0100E1F013674000,"FUSER™",nvdec;UE4;slow;gpu,ingame,2022-10-17 20:58:32 +0100E1F013674000,"FUSER™",nvdec;UE4;slow;gpu,ingame,2025-02-12 16:03:00 0100A7A015E4C000,"Fushigi no Gensokyo Lotus Labyrinth",Needs Update;audio;gpu;nvdec,ingame,2021-01-20 15:30:02 01003C300B274000,"Futari de! Nyanko Daisensou",,playable,2024-01-05 22:26:52 010055801134E000,"FUZE Player",online-broken;vulkan-backend-bug,ingame,2022-10-18 12:23:53 From 7591b07fce916b5bd5c318f0850ee08595512abd Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Wed, 12 Feb 2025 16:21:03 -0600 Subject: [PATCH 3/3] infra: Update workflows to ubuntu 24.04 (20.04 will be deprecated soon) --- .github/workflows/canary.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 1554b8f6b..fbd76a2d8 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -29,7 +29,7 @@ env: jobs: tag: name: Create tag - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Get version info id: version_info @@ -202,7 +202,7 @@ jobs: macos_release: name: Release MacOS universal - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 072c6bf2f..d4292162a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ env: jobs: tag: name: Create tag - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Get version info id: version_info @@ -183,7 +183,7 @@ jobs: macos_release: name: Release MacOS universal - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4