From 3c6826322a954cb65b291c6ebbad1339bd036b57 Mon Sep 17 00:00:00 2001 From: Immo Landwerth Date: Tue, 6 Feb 2024 15:33:03 -0800 Subject: [PATCH] Move 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 3e23bd6..b190a85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-18.04, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2