From 35e6c92714d27443189a7b13cb757712679b2cc6 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Thu, 25 Apr 2024 15:42:36 +0200 Subject: [PATCH] Update build.yml --- .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 20c3d52..5017d14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: #os: [ubuntu-20.04, windows-2022, macos-13] - os: [ubuntu-20.04, macos-13] + os: [ubuntu-20.04] build_type: ['Release'] staticcompile: ['ON', 'OFF']