From 00a75631749fc0ad64c6bf7a66c00a34fedb404f Mon Sep 17 00:00:00 2001 From: kvan7 Date: Thu, 4 Sep 2025 20:18:15 -0500 Subject: [PATCH] try updating builder --- .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 56ad7196..abcc9d83 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: needs: renderer strategy: matrix: - os: [windows-2022, ubuntu-22.04, macos-14] + os: [windows-2025, ubuntu-22.04, macos-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4