Skip to content

Commit e395e34

Browse files
committed
Vary CI on ubuntu version
1 parent 8f4600f commit e395e34

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
- cron: "0 0 1 * *"
77
jobs:
88
build:
9-
runs-on: ubuntu-22.04
109
strategy:
1110
matrix:
1211
include:
13-
- { cc: gcc, cxx: g++ }
14-
- { cc: clang, cxx: clang++, features: asan }
15-
- { cc: clang, cxx: clang++, features: exttests }
12+
- { os: ubuntu-latest, cc: gcc, cxx: g++ }
13+
- { os: ubuntu-latest, cc: clang, cxx: clang++, features: asan }
14+
- { os: ubuntu-latest, cc: clang, cxx: clang++, features: exttests }
15+
- { os: ubuntu-22.04, cc: gcc, cxx: g++ }
16+
- { os: ubuntu-22.04, cc: clang, cxx: clang++, features: asan }
17+
- { os: ubuntu-22.04, cc: clang, cxx: clang++, features: exttests }
1618
steps:
1719
- uses: actions/checkout@v5
1820
- name: Set up environment

0 commit comments

Comments
 (0)