From 2e8c32187b098aed78793c79e4b50db45d263cf3 Mon Sep 17 00:00:00 2001 From: Vitalii Harbulinskii Date: Wed, 11 Dec 2024 16:09:03 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9723e3f3..60dfecdf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - os: [macos-11, windows-2022, ubuntu-20.04] + os: [macos-12, windows-2022, ubuntu-20.04] steps: - uses: actions/checkout@v2