From 13737a3366344c2a595fd0335eaac291d2c3a976 Mon Sep 17 00:00:00 2001 From: Aleksey Berezka Date: Fri, 10 Jan 2025 10:47:37 +0500 Subject: [PATCH] macos-15 --- .github/workflows/update_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index e9905fb..655cf65 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -24,7 +24,7 @@ env: jobs: update-docs: - runs-on: 'macos-15' + runs-on: macos-15 steps: - name: Checkout uses: actions/checkout@v4