committed by
GitHub
parent
11c18082d6
commit
15e5a842f5
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# Build each combination of OS and release/debug variants
|
# Build each combination of OS and release/debug variants
|
||||||
os: [ "ubuntu-latest", "ubuntu-18.04", "macos-11", "macos-10.15", "freebsd-12.2", "freebsd-13.0" ]
|
os: [ "ubuntu-latest", "ubuntu-18.04", "macos-11", "macos-12", "freebsd-12.2", "freebsd-13.0" ]
|
||||||
build-type: [ Release, Debug ]
|
build-type: [ Release, Debug ]
|
||||||
# Extra cmake flags. GitHub Actions matrix overloads `include` to mean
|
# Extra cmake flags. GitHub Actions matrix overloads `include` to mean
|
||||||
# 'add extra things to a job' and 'add jobs'. You can add extra things
|
# 'add extra things to a job' and 'add jobs'. You can add extra things
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
# 2to3 exists. As a quick hack, delete it first. This should be
|
# 2to3 exists. As a quick hack, delete it first. This should be
|
||||||
# removed once the homebrew install is fixed.
|
# removed once the homebrew install is fixed.
|
||||||
dependencies: "rm -f /usr/local/bin/2to3 ; brew update && brew install ninja"
|
dependencies: "rm -f /usr/local/bin/2to3 ; brew update && brew install ninja"
|
||||||
- os: "macos-10.15"
|
- os: "macos-12"
|
||||||
dependencies: "rm -f /usr/local/bin/2to3 ; brew update && brew install ninja"
|
dependencies: "rm -f /usr/local/bin/2to3 ; brew update && brew install ninja"
|
||||||
# Skip the tests for the FreeBSD release builds
|
# Skip the tests for the FreeBSD release builds
|
||||||
# Also build-test the checked memcpy implementation while doing these.
|
# Also build-test the checked memcpy implementation while doing these.
|
||||||
|
|||||||
Reference in New Issue
Block a user