Skip to content

Commit 6a0607f

Browse files
committed
Update cmake-ninja-crossbuild.yml
1 parent 07fd201 commit 6a0607f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/cmake-ninja-crossbuild.yml

+6-8
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
required: true
99
type: boolean
1010
retries:
11-
description: 'Number of rerun retries'
11+
description: "Number of rerun retries"
1212
required: true
13-
default: '5'
13+
default: "1"
1414
type: choice
15-
options: [ "1", "2", "3", "4", "5", "6", "7", "8", "9" ]
15+
options: ["1", "2", "3", "4", "5", "6", "7", "8", "9"]
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}
@@ -32,17 +32,15 @@ jobs:
3232
matrix:
3333
name: [cmake]
3434
os_id: [debian, ubuntu]
35-
os_codename: [buster, bullseye, bookworm, bionic, focal, jammy]
35+
os_codename: [bullseye, bookworm, focal, jammy, mantic]
3636
arch: [amd64, armhf, arm64]
3737
exclude:
38-
- os_id: debian
39-
os_codename: bionic
4038
- os_id: debian
4139
os_codename: focal
4240
- os_id: debian
4341
os_codename: jammy
44-
- os_id: ubuntu
45-
os_codename: buster
42+
- os_id: debian
43+
os_codename: mantic
4644
- os_id: ubuntu
4745
os_codename: bullseye
4846
- os_id: ubuntu

0 commit comments

Comments
 (0)