Skip to content

Commit

Permalink
Update cmake-ninja-crossbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Sep 27, 2023
1 parent 07fd201 commit 6a0607f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/cmake-ninja-crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
required: true
type: boolean
retries:
description: 'Number of rerun retries'
description: "Number of rerun retries"
required: true
default: '5'
default: "1"
type: choice
options: [ "1", "2", "3", "4", "5", "6", "7", "8", "9" ]
options: ["1", "2", "3", "4", "5", "6", "7", "8", "9"]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -32,17 +32,15 @@ jobs:
matrix:
name: [cmake]
os_id: [debian, ubuntu]
os_codename: [buster, bullseye, bookworm, bionic, focal, jammy]
os_codename: [bullseye, bookworm, focal, jammy, mantic]
arch: [amd64, armhf, arm64]
exclude:
- os_id: debian
os_codename: bionic
- os_id: debian
os_codename: focal
- os_id: debian
os_codename: jammy
- os_id: ubuntu
os_codename: buster
- os_id: debian
os_codename: mantic
- os_id: ubuntu
os_codename: bullseye
- os_id: ubuntu
Expand Down

0 comments on commit 6a0607f

Please sign in to comment.