diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f7b9ef2f0a3..9c0cd14f8b27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,10 +24,10 @@ env: # NOTE: since appimage/appimagetool and appimage/type2-runtime does not have tags anymore, # we check the sha256 and require manual intervention if it was updated. APPIMAGE_FORK: 'PopTracker' - APPIMAGETOOL_VERSION: 'r-2025-10-19' - APPIMAGETOOL_X86_64_HASH: '9493a6b253a01f84acb9c624c38810ecfa11d99daa829b952b0bff43113080f9' - APPIMAGE_RUNTIME_VERSION: 'r-2025-08-11' - APPIMAGE_RUNTIME_X86_64_HASH: 'e70ffa9b69b211574d0917adc482dd66f25a0083427b5945783965d55b0b0a8b' + APPIMAGETOOL_VERSION: 'r-2025-11-18' + APPIMAGETOOL_X86_64_HASH: '4577a452b30af2337123fbb383aea154b618e51ad5448c3b62085cbbbfbfd9a2' + APPIMAGE_RUNTIME_VERSION: 'r-2025-11-07' + APPIMAGE_RUNTIME_X86_64_HASH: '27ddd3f78e483fc5f7856e413d7c17092917f8c35bfe3318a0d378aa9435ad17' permissions: # permissions required for attestation id-token: 'write' diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index cf9ce08faf38..0061dd15b000 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -11,7 +11,7 @@ on: - "!.github/workflows/**" - ".github/workflows/docker.yml" branches: - - "*" + - "main" tags: - "v?[0-9]+.[0-9]+.[0-9]*" workflow_dispatch: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7a4be9cdf68..7f81e5750746 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,10 +12,10 @@ env: # NOTE: since appimage/appimagetool and appimage/type2-runtime does not have tags anymore, # we check the sha256 and require manual intervention if it was updated. APPIMAGE_FORK: 'PopTracker' - APPIMAGETOOL_VERSION: 'r-2025-10-19' - APPIMAGETOOL_X86_64_HASH: '9493a6b253a01f84acb9c624c38810ecfa11d99daa829b952b0bff43113080f9' - APPIMAGE_RUNTIME_VERSION: 'r-2025-08-11' - APPIMAGE_RUNTIME_X86_64_HASH: 'e70ffa9b69b211574d0917adc482dd66f25a0083427b5945783965d55b0b0a8b' + APPIMAGETOOL_VERSION: 'r-2025-11-18' + APPIMAGETOOL_X86_64_HASH: '4577a452b30af2337123fbb383aea154b618e51ad5448c3b62085cbbbfbfd9a2' + APPIMAGE_RUNTIME_VERSION: 'r-2025-11-07' + APPIMAGE_RUNTIME_X86_64_HASH: '27ddd3f78e483fc5f7856e413d7c17092917f8c35bfe3318a0d378aa9435ad17' permissions: # permissions required for attestation id-token: 'write' diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 90a5d70b8e0c..b08b389005ec 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -59,7 +59,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest pytest-subtests pytest-xdist + pip install -r ci-requirements.txt python ModuleUpdate.py --yes --force --append "WebHostLib/requirements.txt" python Launcher.py --update_settings # make sure host.yaml exists for tests - name: Unittests diff --git a/.run/Build APWorld.run.xml b/.run/Build APWorld.run.xml index db6a305e7bb3..fe41bfe48945 100644 --- a/.run/Build APWorld.run.xml +++ b/.run/Build APWorld.run.xml @@ -12,8 +12,8 @@