From 76358f54facd771e21ea23185e87d5fb1c230143 Mon Sep 17 00:00:00 2001 From: kimci86 Date: Fri, 17 May 2024 19:22:01 +0200 Subject: [PATCH] Add CI job for macOS x64 build --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecddc24..8d9ccc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,8 @@ jobs: matrix: platform: - { name: Ubuntu, os: ubuntu-latest } - - { name: MacOS, os: macos-latest } + - { name: MacOS x64, os: macos-13 } + - { name: MacOS arm64, os: macos-14 } - { name: Windows 64-bit, os: windows-latest, cmake-config: -A x64 } - { name: Windows 32-bit, os: windows-latest, cmake-config: -A Win32 }