mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-30 07:59:49 +00:00
CI: update jobs (#3050)
This commit is contained in:
parent
8b167cc25b
commit
73d2c8657d
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
# macos-14,15 and 26 are on **ARM64**
|
||||
os: ["ubuntu-22.04", "ubuntu-24.04", "macOS-14", "macOS-15", "macOS-26", "ubuntu-22.04-arm", "ubuntu-24.04-arm"]
|
||||
os: ["ubuntu-22.04", "ubuntu-24.04", "macos-15-intel", "macOS-14", "macOS-15", "macOS-26", "ubuntu-22.04-arm", "ubuntu-24.04-arm"]
|
||||
compiler: ["cc"]
|
||||
pcre: [""]
|
||||
maxminddb: [""]
|
||||
|
|
@ -243,7 +243,7 @@ jobs:
|
|||
test-lto-gold:
|
||||
# Options used by oss-fuzz: we only want to check that everything compile fine; no need to run the tests
|
||||
name: LTO and Gold Linker ${{ matrix.compiler }}
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CC: ${{ matrix.compiler }}
|
||||
CFLAGS: -Werror -DNDPI_EXTENDED_SANITY_CHECKS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue