Skip to content

Commit

Permalink
update workflow to use Python 3.10 instead of Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Aug 25, 2024
1 parent 65d0fce commit b1b35a4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Setup prerequisites
run: echo "no prereqs to set up"

- name: Setup Python
- uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Install Node.js and NPM
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -65,8 +70,8 @@ jobs:
run: |
npm run dist
# - name: Check files
# run: ls -alR --ignore=\.git --ignore=node_modules
# - name: Check files
# run: ls -alR --ignore=\.git --ignore=node_modules

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand All @@ -81,4 +86,3 @@ jobs:
dist/Blink1Control2*exe
dist/Blink1Control2*blockmap
dist/latest*yml

0 comments on commit b1b35a4

Please sign in to comment.