From ee89fa45b6c97b9ec280b75701437e925a96dbf1 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 8 Sep 2022 18:58:29 +0200 Subject: [PATCH] Update build.yml (#1157) --- .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 078a5169..df80d708 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,10 +19,10 @@ jobs: # use old linux so that the shared library versioning is more portable artifact_name: capa asset_name: linux - - os: windows-2022 + - os: windows-2019 artifact_name: capa.exe asset_name: windows - - os: macos-10.15 + - os: macos-11 # use older macOS for assumed better portability artifact_name: capa asset_name: macos