From 248859c0d91b9bb54e1f5643e95a865622ace929 Mon Sep 17 00:00:00 2001 From: sebthom Date: Mon, 21 Oct 2024 13:44:32 +0200 Subject: [PATCH] ci: test with macos 13 --- .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 2b3e3bd..3580673 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,9 +28,9 @@ jobs: strategy: fail-fast: false matrix: - os: + os: # https://github.com/actions/runner-images#available-images - ubuntu-latest - - macos-12 # x64 + - macos-13 # x64 - macos-latest # ARM - windows-latest