From 57a4c2747cd26237ac8e7aeea31be89c7a94d6d5 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Wed, 5 Apr 2023 12:23:02 +0200 Subject: [PATCH] Update Github Actions to 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 6f3aa45..7dba5dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ on: jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: