From 59aa6af98269219db3e41649af284acb0e9cdd0f Mon Sep 17 00:00:00 2001 From: Saulius Grigaitis Date: Mon, 23 Dec 2024 17:19:55 +0200 Subject: [PATCH] Trying macos --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bf6a8d5..18da3956 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-14, macos-14-arm64] runs-on: ${{ matrix.os }}