Skip to content

Commit

Permalink
wrong check if
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhille committed Aug 21, 2024
1 parent 5c194ae commit f6e1f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
with:
version: 11
platform: ${{matrix.architecture}}
if: ${{ matrix.os == 'ubuntu' }}
if: ${{ matrix.os == 'ubuntu-20.04' }}
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit f6e1f04

Please sign in to comment.