From 7738e58f01bbf8d3f43261d802568469eb65a55d Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Fri, 25 Oct 2024 14:36:54 +0200 Subject: [PATCH] run ci on ubuntu latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e14adcf8..3bf0eb100 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: