From 28e9a4178a37d165a83000c072863db5f7a2632a Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 28 May 2025 02:05:26 +0300 Subject: [PATCH] try to revive dev-release builds After github killed its ubuntu-20.04 image. The intent here is to use older toolchains to support devices with older OSes. --- .github/workflows/dev-release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index 0b10b66c..aafcfe87 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -11,7 +11,11 @@ jobs: pre-release: name: "Pre Release" runs-on: "ubuntu-20.04" - + container: + image: ghcr.io/notaz/ubuntu:20.04 + credentials: + username: notaz + password: ${{secrets.DOCKER_CONTAINER_REGISTRY_TOKEN}} steps: - name: Install dependencies run: | -- 2.39.5