Remove Ubuntu 18.04 from strategy
This commit is contained in:
6
.github/workflows/create_package.yml
vendored
6
.github/workflows/create_package.yml
vendored
@@ -96,11 +96,11 @@ jobs:
|
|||||||
name: Linux
|
name: Linux
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: true # false to test all, true to fail entire job if any fail
|
||||||
matrix:
|
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 ]
|
package: [ -p ]
|
||||||
include:
|
include: # don't package these
|
||||||
- distro: fedora_33
|
- distro: fedora_33
|
||||||
package: ''
|
package: ''
|
||||||
- distro: fedora_35
|
- distro: fedora_35
|
||||||
|
|||||||
Reference in New Issue
Block a user