From ac4a82c9fe2bc75f71cb06c32a2b81bb01bca45b Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Tue, 3 Dec 2024 10:29:51 -0800 Subject: [PATCH] Update main.yml OS to latest for Windows and Linux --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a064848..5cd77d28 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false # Run all OSes, even if one fails, to help narrow down issues that only impact some platforms matrix: - os: [windows-2022, ubuntu-22.04] + os: [windows-latest, ubuntu-latest] runs-on: ${{ matrix.os }}