From 2a39e0bf91a8cbdcd4910c16ce090c8362f40f93 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Mon, 11 Dec 2023 08:52:16 +0100 Subject: [PATCH] more oops --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f61f29f..9e536a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,9 @@ jobs: - os: linux triple: x86_64-linux-musl name: linux_x64 + - os: macosx + triple: x86_64-apple-darwin14 + name: apple_x64 - os: windows triple: x86_64-w64-mingw32 name: windows_x64 @@ -21,6 +24,12 @@ jobs: - target: os: linux builder: ubuntu-20.04 + - target: + os: macosx + builder: macos-11 + - target: + os: windows + builder: windows-2019 defaults: run: shell: bash