From fc98954683e4a892d0fcd6e7ce871cc98e9a1af4 Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Thu, 8 Aug 2024 00:59:25 +0200 Subject: [PATCH] ci: use `ubuntu-22.04` on `publish` for now (#801) Same player shoots again (https://github.com/fpgmaas/deptry/pull/800). --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4b42f83..a889633d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -153,7 +153,7 @@ jobs: publish: name: Publish - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 needs: [linux, windows, macos, sdist] steps: - uses: actions/download-artifact@v4