From a6b12fd1621566243e86569a132a7b55b3c245fd Mon Sep 17 00:00:00 2001 From: Francesco Mondello Date: Wed, 7 Feb 2024 01:23:30 +0100 Subject: [PATCH] Update build-macos-release.yaml --- .github/workflows/build-macos-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos-release.yaml b/.github/workflows/build-macos-release.yaml index 8785b3b..29452f8 100755 --- a/.github/workflows/build-macos-release.yaml +++ b/.github/workflows/build-macos-release.yaml @@ -12,7 +12,7 @@ permissions: jobs: build_converseen_macos: name: Build MacOS Deps - runs-on: macos-11 + runs-on: macos-12 outputs: output_version: ${{ steps.set-env.outputs.ver }}