From 8046fd48d32734b5ac253165a3400657cb683f8c Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 21 Aug 2024 17:15:53 +0800 Subject: [PATCH] ci: use latest versions for ubuntu and macos --- .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 e3790d1..5586006 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-22.04, macos-12, windows-latest ] + os: [ ubuntu-latest, macos-latest, windows-latest ] fail-fast: false name: Test ${{ matrix.os }} steps: