Skip to content

Commit c92115d

Browse files
committed
wip
1 parent 59c0fe3 commit c92115d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
buildtype: [ release, debug ]
31-
os: [ alma8, ubuntu2204, ubuntu2404 ]
31+
os: [ alma9, ubuntu2204, ubuntu2404 ]
3232
compiler: [ clang, gcc ]
3333
exclude:
3434
- { os: alma9, compiler: nvhpc }
3535
include:
36-
- os: alma8
37-
container: almalinux:8
3836
- os: alma9
3937
container: almalinux:9
4038
- os: ubuntu2404

0 commit comments

Comments
 (0)