Skip to content

Commit

Permalink
Update python-app.yml to run on macOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
rustymyers authored Apr 25, 2024
1 parent 20b6833 commit 4924dfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ permissions:
jobs:
build:

runs-on: ubuntu-latest
runs-on:
labels: macOS

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4924dfe

Please sign in to comment.