From 349ea17adc28c25a2711f0c431ce02b33c9ae24b Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Mon, 27 Jan 2025 22:48:26 +0100 Subject: [PATCH] chore: update ubuntu 20.04 to ubuntu-latest (#43) * chore: update ubuntu 20.04 to ubuntu-latest * chore: update ubuntu 20.04 to ubuntu-latest --- .github/workflows/release.yml | 6 +++--- .github/workflows/tests.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4aa2f3f..87f6bbe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ env: jobs: tests: name: "Compact denylist format test suite" - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: @@ -33,7 +33,7 @@ jobs: check: name: "Static, syntax and spelling checks" - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: