CI: update jobs (#3050)

This commit is contained in:
Ivan Nardi 2025-12-04 19:15:28 +00:00 committed by GitHub
parent 8b167cc25b
commit 73d2c8657d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -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