From 17709946c975b957545764f2924406b415e7ff79 Mon Sep 17 00:00:00 2001 From: Anssi Ahola Date: Tue, 25 Feb 2025 19:32:46 +0200 Subject: [PATCH 1/2] Bump ubuntu version in build workflow --- .github/workflows/discogs_client-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discogs_client-build.yml b/.github/workflows/discogs_client-build.yml index c1233a1..59b05b7 100644 --- a/.github/workflows/discogs_client-build.yml +++ b/.github/workflows/discogs_client-build.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: matrix: python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] From 576f5b6758dcf3d200888db692b6c71687c5c3fb Mon Sep 17 00:00:00 2001 From: Anssi Ahola Date: Tue, 25 Feb 2025 20:43:38 +0200 Subject: [PATCH 2/2] change to ubuntu-latest --- .github/workflows/discogs_client-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discogs_client-build.yml b/.github/workflows/discogs_client-build.yml index 59b05b7..dd7df26 100644 --- a/.github/workflows/discogs_client-build.yml +++ b/.github/workflows/discogs_client-build.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest strategy: matrix: python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']