From 53ccea19223dc30eeeb43871017db6585bbf8d31 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Thu, 4 Apr 2024 09:05:20 +0200 Subject: [PATCH] Use ubuntu-latest on CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef688468..808ab5e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ name: Tests jobs: test: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest name: Node ${{ matrix.node }} strategy: matrix: @@ -24,7 +24,7 @@ jobs: - run: npm test test-targets: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest name: ${{ matrix.targets.name }} strategy: matrix: