From 2394670702eb6d3164edc168f935e50b9fa6794b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Javora?= Date: Thu, 11 Apr 2024 21:07:33 +0200 Subject: [PATCH] Set macos-14 image directly. --- .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 e21e2df..6b89fff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ on: jobs: release: - runs-on: macos-latest + runs-on: macos-14 env: GITHUB_TOKEN: ${{ github.token }} steps: