From 09b43d5ed9d29ea467a9cdf4a0c92d8d670e78dd Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 19 Jul 2024 13:03:53 +0200 Subject: [PATCH] gha: update to macOS 13, add macOS 14 arm64 (Apple Silicon M1) Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 9617e8d0ce8ef7d38bd2291eb7ba0da1a05fabc5) Signed-off-by: Austin Vazquez --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc013df106eb..942d299b10e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,8 @@ jobs: fail-fast: false matrix: os: - - macos-12 + - macos-13 # macOS 13 on Intel + - macos-14 # macOS 14 on arm64 (Apple Silicon M1) # - windows-2022 # FIXME: some tests are failing on the Windows runner, as well as on Appveyor since June 24, 2018: https://ci.appveyor.com/project/docker/cli/history steps: -