From 8050112551411ff44bea18f99c0f3c19ad94aa83 Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Sun, 26 Jan 2025 10:36:17 +0100 Subject: [PATCH] chore: update ubuntu 20.04 to ubuntu-latest --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65b6f1a..f8910a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: - - ubuntu-20.04 + - ubuntu-latest - macos-latest runs-on: ${{ matrix.os }} steps: @@ -52,7 +52,7 @@ jobs: strategy: matrix: os: - - ubuntu-20.04 + - ubuntu-latest # macos test fail with dist-built ipfs. # - macos-latest runs-on: ${{ matrix.os }} @@ -97,7 +97,7 @@ jobs: release: name: "Release" needs: test-artifacts - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Download artifacts id: download