From dddafde41380ba366b52f0b531b0c87f3d718543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20H=C3=A9mery?= Date: Thu, 9 Jan 2025 14:17:08 +0100 Subject: [PATCH] Update runners MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vincent Hémery --- .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 9cab6e6..5a9db89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: # do not cancel other builds if one fails fail-fast: false matrix: - os: [windows-2019, macos-11] + os: [windows-2022, macos-13] runs-on: ${{ matrix.os }} timeout-minutes: 20 @@ -31,7 +31,7 @@ jobs: # do not cancel other builds if one fails fail-fast: false matrix: - os: [windows-2019, macos-11] + os: [windows-2022, macos-13] runs-on: ${{ matrix.os }} timeout-minutes: 20