Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LoSk-p authored Jul 19, 2024
1 parent 82c04cd commit 2e3b9f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on: [push]

jobs:
buildMac:
runs-on: macOS-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.12
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.12
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
make deps dist && ls dist/
- uses: actions/upload-artifact@v2
with:
name: airrohr-flasher-ubuntu-latest
name: airrohr-flasher-ubuntu22
path: dist/airrohr-flasher

buildUbuntuLatest:
Expand Down

0 comments on commit 2e3b9f7

Please sign in to comment.