From c84dc3e388f8a5e2bb58666601a22276bc42292c Mon Sep 17 00:00:00 2001 From: Nikolay Bogoychev Date: Sun, 12 May 2024 09:24:21 +0100 Subject: [PATCH] Update build.yml Remove macos 11 from the builds and replace it with 13. --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0693eaa..5ce0ac1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,11 +32,11 @@ jobs: - name: "macOS Monterey 12 avx" os: macos-12 arch: "core-avx-i" - - name: "macOS Big Sur 11.0 avx" - os: macos-11.0 + - name: "macOS Ventura 13 avx" + os: macos-13 arch: "core-avx-i" - - name: "macOS Big Sur 11.0 x86-64" - os: macos-11.0 + - name: "macOS Ventura 13 x86-64" + os: macos-13 arch: "x86-64" - name: "macOS Monterey 12 avx" os: macos-12