From d558b6ad163e852734f6b66fd592cf36c5ce39b0 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Mon, 24 Apr 2023 11:43:41 +0100 Subject: [PATCH] Update release.yml --- .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 e9d8ab372..4351f443f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ name: Release jobs: build: name: Make tarball - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3