From 5196fd2821de19f2e68073727e4467f434e6e93a Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Sat, 13 Jan 2024 13:52:48 +0100 Subject: [PATCH] Update binary-build.yml update OS list --- .github/workflows/binary-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binary-build.yml b/.github/workflows/binary-build.yml index 115a66694..13a078818 100644 --- a/.github/workflows/binary-build.yml +++ b/.github/workflows/binary-build.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-20.04, windows-2022, macos-13] build_type: ['Release'] staticcompile: ['ON', 'OFF']