From 4b454ab2f349d5b56bdfcb2f8173e4c2d7364bda Mon Sep 17 00:00:00 2001 From: ardocrat Date: Sun, 27 Oct 2024 00:29:27 +0300 Subject: [PATCH] github: macos last os --- .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 ff311780..ed3796d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: macos_release: name: MacOS Release - runs-on: macos-12 + runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@v4