From 27dccfd4910fed4efa972033eb82da1d1b316474 Mon Sep 17 00:00:00 2001 From: pankaj443 Date: Fri, 18 Aug 2023 16:48:50 +0530 Subject: [PATCH] Mac env for creating executable --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 493c9c0ac..6d99455bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ on: push jobs: lint: name: Build Executables - runs-on: macos-13 + runs-on: macos-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v3