From 7d60cac40738992a8f4577665f60db36a2c75212 Mon Sep 17 00:00:00 2001 From: Gordon JC Pearce Date: Thu, 8 Jan 2026 10:45:22 +0000 Subject: [PATCH] update windows and linux runners --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfa442d..22de144 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: target: [linux-arm64, linux-armhf, linux-i686, linux-riscv64, linux-x86_64] - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: @@ -33,7 +33,7 @@ jobs: strategy: matrix: target: [win32, win64] - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: