Remove Ubuntu 18.04 from strategy
This commit is contained in:
parent
60d63fcd21
commit
c5d782dac5
1 changed files with 3 additions and 3 deletions
6
.github/workflows/create_package.yml
vendored
6
.github/workflows/create_package.yml
vendored
|
|
@ -96,11 +96,11 @@ jobs:
|
|||
name: Linux
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
fail-fast: true # false to test all, true to fail entire job if any fail
|
||||
matrix:
|
||||
distro: [ debian, ubuntu_18_04, ubuntu_20_04, ubuntu_21_04, ubuntu_21_10 ]
|
||||
distro: [ debian, ubuntu_20_04, ubuntu_21_04, ubuntu_21_10 ] # removed ubuntu_18_04 for now
|
||||
package: [ -p ]
|
||||
include:
|
||||
include: # don't package these
|
||||
- distro: fedora_33
|
||||
package: ''
|
||||
- distro: fedora_35
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue