From 1f94e737a907fcff6d55664d9c31517dec0396ca Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 15 May 2023 21:16:15 -0600 Subject: Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b58aae..82f10d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: windows-latest + runs-on: macos-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -32,7 +32,6 @@ jobs: - name: Package for Windows run: | poetry install - dir poetry run pyinstaller --add-data "assets;assets" -w main.py - uses: actions/upload-artifact@v3 with: -- cgit v1.2.3