From ecd9494fe7b685d939b77510c470f473600bd578 Mon Sep 17 00:00:00 2001 From: kvan7 Date: Fri, 29 Aug 2025 09:27:59 -0500 Subject: [PATCH] Update workflow for outdated version --- .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 2e0e00dc..56ad7196 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: needs: renderer strategy: matrix: - os: [windows-2019, ubuntu-22.04, macos-14] # ubuntu-20.04, macos-14 is a missing runner + os: [windows-2022, ubuntu-22.04, macos-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4