From 05c9fa1ddbda90598063f1a3d82b598ce95f2855 Mon Sep 17 00:00:00 2001 From: Paul Kendall Date: Wed, 17 Dec 2025 08:42:28 +1300 Subject: [PATCH] Update builders --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e103767..e8dee78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ defaults: jobs: doze: name: Windows build - runs-on: windows-2019 + runs-on: windows-latest steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -30,7 +30,7 @@ jobs: mac: name: MacOS build - runs-on: macos-13 + runs-on: macos-latest steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -48,7 +48,7 @@ jobs: linux: name: Linux build - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout Repository uses: actions/checkout@v4