Skip to content

Commit

Permalink
fixed ubuntu runner
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Sep 28, 2023
1 parent 175b9f1 commit b45ef98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# If one of the jobs fails, continue with the others.
fail-fast: false
matrix:
os: [macos-latest] # ubuntu-latest]
os: [macos-latest, ubuntu-latest]

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

0 comments on commit b45ef98

Please sign in to comment.