From 5ae9f571642822bbc6b9d2e113e3fb0aada36f93 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 5 Jan 2026 23:09:27 +0100 Subject: [PATCH] Update CI Signed-off-by: falkTX --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d86c185..f8f7ba4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,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: @@ -26,7 +26,7 @@ jobs: strategy: matrix: target: [macos-intel, macos-universal] - runs-on: macos-12 + runs-on: macos-14 steps: - uses: actions/checkout@v4 with: @@ -39,7 +39,7 @@ jobs: strategy: matrix: target: [win32, win64] - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: @@ -49,7 +49,7 @@ jobs: target: ${{ matrix.target }} pluginval: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: