From 9f55ab20b3374bbeebb4d1c228e2c80bab7154c2 Mon Sep 17 00:00:00 2001 From: Walter Scheper Date: Thu, 30 Apr 2026 11:48:59 -0400 Subject: [PATCH] ci: update runners to supported versions --- .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 59cfc58..669ec3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build on: [push, pull_request] jobs: linux: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -40,7 +40,7 @@ jobs: path: build/ darwin: - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout uses: actions/checkout@v4 @@ -69,7 +69,7 @@ jobs: path: build/ windows: - runs-on: windows-2019 + runs-on: windows-2022 defaults: run: shell: bash