Skip to content

Commit 1277eab

Browse files
committed
.github/workflows/c.yml: try out the ubuntu-24.04 beta runner
1 parent 6c04755 commit 1277eab

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/c.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
18-
# latest runners: ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14
18+
# latest runners: ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-13, macos-14
1919
#
2020
# N.B.: NetBSD et al VMs: https://github.com/vmactions
2121
#
22-
os: [ ubuntu-22.04, ubuntu-20.04, macos-14, macos-13, macos-12 ]
22+
os: [ ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-14, macos-13, macos-12 ]
2323
cc: [ gcc, clang ]
2424
make: [ bmake, make ]
2525
sanitizer: [ NO_SANI, USE_ASAN, USE_UBSAN, USE_LEAKSAN ]
@@ -90,6 +90,15 @@ jobs:
9090
- os: macos-latest
9191
parallel: ''
9292
#
93+
# Ubuntu 24.04
94+
- os: ubuntu-24.04
95+
# it's gmake
96+
make: make
97+
- os: ubuntu-24.04
98+
docs: true
99+
- os: ubuntu-24.04
100+
parallel: ''
101+
#
93102
# Ubuntu 22.04
94103
- os: ubuntu-22.04
95104
# it's gmake

0 commit comments

Comments
 (0)