Skip to content

Commit 02210fe

Browse files
authored
Merge pull request #75 from krzk/ci-releases
Refresh CI releases
2 parents f4e95f6 + b3b50a7 commit 02210fe

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,13 @@ jobs:
4343
# Fails on configure on GCC and clang (process restrictions?)
4444
# - fedora:rawhide
4545
- fedora:latest
46+
- fedora:40
4647
- fedora:39
4748
- fedora:38
4849
- fedora:37
49-
- ubuntu:lunar # EOL 01.2024
50+
- ubuntu:latest
51+
- ubuntu:noble
52+
- ubuntu:mantic
5053
- ubuntu:jammy
5154
- ubuntu:focal
5255
# On Ubuntu Bionic the Meson doesn't support feature options
@@ -178,7 +181,7 @@ jobs:
178181
echo "PKG_CONFIG_PATH: $PKG_CONFIG_PATH"
179182
180183
- name: Git checkout
181-
uses: actions/checkout@v3
184+
uses: actions/checkout@v4
182185

183186
- name: Install additional packages
184187
run: |

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v2

.github/workflows/yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Git checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131

3232
- name: Install additional packages
3333
run: |

0 commit comments

Comments
 (0)