From e266258fc48ef2bea91743a48c7a8c5f2515fc91 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 29 Jun 2024 17:46:21 -0400 Subject: update python and OS versions in CI --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/release.yml') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1136054d..f9bc8ccc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ permissions: jobs: create_tag: name: Tag a new version of the package - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 outputs: tag_name: ${{ steps.ready_tag.outputs.tag_name }} @@ -128,7 +128,7 @@ jobs: release: name: Release tagged artifact - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: [create_tag, build] steps: - name: Fetch package artifact ⬇️ -- cgit v1.2.3