From 3d260e295e51d5cb500177bccf7052b44cea3461 Mon Sep 17 00:00:00 2001 From: sebthom Date: Mon, 21 Oct 2024 13:43:59 +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 2d7284e..f81b08d 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