mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
chore: bump FreeBSD version from 14.4 to 15.1 (#5445)
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
matrix='{
|
||||
"include": [
|
||||
{
|
||||
"bsd_release": "14.4",
|
||||
"bsd_release": "15.1",
|
||||
"arch": "x86_64",
|
||||
"cmake_processor": "amd64",
|
||||
"runner": "ubuntu-latest"
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
# Add aarch64 build only if not a pull request event
|
||||
if [[ "${{ github.event_name }}" != "pull_request" ]]; then
|
||||
matrix=$(echo "$matrix" | jq '.include += [{
|
||||
"bsd_release": "14.4",
|
||||
"bsd_release": "15.1",
|
||||
"arch": "aarch64",
|
||||
"cmake_processor": "aarch64",
|
||||
"runner": "ubuntu-latest"
|
||||
|
||||
Reference in New Issue
Block a user