summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-05-15 21:16:15 -0600
committerGitHub <noreply@github.com>2023-05-15 21:16:15 -0600
commit1f94e737a907fcff6d55664d9c31517dec0396ca (patch)
treeaf80083bf8635ea60a3173a1a177577678bda205 /.github/workflows
parent150f50207ab267219db60f1259a3852ff001e5ec (diff)
Update ci.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
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: