From 9fced3705cf3f0bdc84a341cb9571434f90135e5 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Tue, 5 Nov 2024 15:18:21 +0300 Subject: [PATCH] workflows: replace macos-12 with macos-14 macos-12 runner is going to die soon. https://github.com/actions/runner-images/issues/10721 Signed-off-by: Roman Khimov --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81f66eb..39d1ea5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: runs-on: ${{matrix.os.name}} strategy: matrix: - os: [{ name: ubuntu-20.04, bin-name: linux }] # { name: windows-2022, bin-name: windows }, { name: macos-12, bin-name: darwin } + os: [{ name: ubuntu-20.04, bin-name: linux }] # { name: windows-2022, bin-name: windows }, { name: macos-14, bin-name: darwin } arch: [amd64] # arm64 steps: