chore: bump FreeBSD version from 14.4 to 15.1 (#5445)

This commit is contained in:
Dave Lane
2026-07-24 22:54:07 -04:00
committed by GitHub
parent c8325cbdd1
commit f53fb8acd0

View File

@@ -35,7 +35,7 @@ jobs:
matrix='{ matrix='{
"include": [ "include": [
{ {
"bsd_release": "14.4", "bsd_release": "15.1",
"arch": "x86_64", "arch": "x86_64",
"cmake_processor": "amd64", "cmake_processor": "amd64",
"runner": "ubuntu-latest" "runner": "ubuntu-latest"
@@ -46,7 +46,7 @@ jobs:
# Add aarch64 build only if not a pull request event # Add aarch64 build only if not a pull request event
if [[ "${{ github.event_name }}" != "pull_request" ]]; then if [[ "${{ github.event_name }}" != "pull_request" ]]; then
matrix=$(echo "$matrix" | jq '.include += [{ matrix=$(echo "$matrix" | jq '.include += [{
"bsd_release": "14.4", "bsd_release": "15.1",
"arch": "aarch64", "arch": "aarch64",
"cmake_processor": "aarch64", "cmake_processor": "aarch64",
"runner": "ubuntu-latest" "runner": "ubuntu-latest"