Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gitagogaming authored Jan 22, 2023
1 parent ab46018 commit 4e84c61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Run build on Windows
uses: actions/setup-python@v4
with:
python-version: "3.9.10"
python-version: "3.11.0"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Run build on Ubuntu
uses: actions/setup-python@v4
with:
python-version: "3.9.10"
python-version: "3.11.0"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Run build on Ubuntu
uses: actions/setup-python@v4
with:
python-version: "3.9.10"
python-version: "3.11.0"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 4e84c61

Please sign in to comment.