From b48c59554696d62c06c8c7105d8c557c146ec5f6 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Wed, 4 Sep 2024 23:04:34 +0200 Subject: [PATCH] Try with ubuntu-latest --- .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 eb953a4..5405700 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: @@ -23,7 +23,7 @@ jobs: - run: npm test test-targets: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest name: ${{ matrix.targets.name }} strategy: matrix: