Skip to content

Commit

Permalink
(misc) switch PyPI-deploying runner to Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski authored Feb 19, 2024
1 parent fa150f6 commit a27f2af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publishPyPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
push:
tags:
- '**'
workflow_dispatch:

jobs:
deploy:
runs-on: macos-14
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit a27f2af

Please sign in to comment.