mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -43,10 +43,13 @@ jobs:
|
||||
# Fails on configure on GCC and clang (process restrictions?)
|
||||
# - fedora:rawhide
|
||||
- fedora:latest
|
||||
- fedora:40
|
||||
- fedora:39
|
||||
- fedora:38
|
||||
- fedora:37
|
||||
- ubuntu:lunar # EOL 01.2024
|
||||
- ubuntu:latest
|
||||
- ubuntu:noble
|
||||
- ubuntu:mantic
|
||||
- ubuntu:jammy
|
||||
- ubuntu:focal
|
||||
# On Ubuntu Bionic the Meson doesn't support feature options
|
||||
@@ -178,7 +181,7 @@ jobs:
|
||||
echo "PKG_CONFIG_PATH: $PKG_CONFIG_PATH"
|
||||
|
||||
- name: Git checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install additional packages
|
||||
run: |
|
||||
|
||||
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
|
||||
2
.github/workflows/yaml.yml
vendored
2
.github/workflows/yaml.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Git checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install additional packages
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user