chore: bump FreeBSD version from 14.4 to 15.1 (#5445)
This commit is contained in:
4
.github/workflows/ci-freebsd.yml
vendored
4
.github/workflows/ci-freebsd.yml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user