From 6012754bb36c29e5ac3e8cb52a7b52e452900da0 Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Mon, 20 May 2024 19:30:30 +0200 Subject: [PATCH] Update workflow images. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 301eb22e..8d772904 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - os-type: [windows-latest, macos-latest, ubuntu-latest] + os-type: [windows-2022, macos-13, ubuntu-20.04] configuration: [Debug, Release, RelWithDebInfo] fail-fast: false