summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: