From f0a968d8f6a101d41b11e18c98ad8e181266d83c Mon Sep 17 00:00:00 2001 From: Rustem Mussabekov Date: Tue, 23 Jul 2024 12:25:25 +0300 Subject: [PATCH] Use latest macos for production build generation --- .github/workflows/darwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/darwin.yml b/.github/workflows/darwin.yml index 95d15c4..7a919cb 100644 --- a/.github/workflows/darwin.yml +++ b/.github/workflows/darwin.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: macos-11.0 + runs-on: macos-latest steps: - uses: actions/checkout@v3 with: