From d21caf0525a6d325b8fabbff176f575de4622c10 Mon Sep 17 00:00:00 2001 From: Marco La Rosa Date: Wed, 13 Sep 2023 13:16:42 +1000 Subject: [PATCH] update workflow --- .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 d5463dd..6475937 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: # Platforms to build on/for strategy: matrix: - os: [debian-latest] + os: [ubuntu-latest] steps: - name: Check out Git repository