Skip to content

Commit

Permalink
FIXUP exclude syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Oct 18, 2024
1 parent 80a6969 commit cfc25ea
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,8 @@ jobs:
# upper/lowercase folding and comma as decimal separator.
locale: tr_TR
exclude:
- osver: 22.04
build:
- osver: 20.04
- osver: 24.04
build:
- osver: 20.04
- {osver: 22.04, build: {osver: 20.04}}
- {osver: 24.04, build: {osver: 20.04}}

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

0 comments on commit cfc25ea

Please sign in to comment.