Skip to content

Commit 15e5a84

Browse files
authored
Update Mac Version. (#559)
* Update Mac Version. * Update Mac Version.
1 parent 11c1808 commit 15e5a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
# Build each combination of OS and release/debug variants
19-
os: [ "ubuntu-latest", "ubuntu-18.04", "macos-11", "macos-10.15", "freebsd-12.2", "freebsd-13.0" ]
19+
os: [ "ubuntu-latest", "ubuntu-18.04", "macos-11", "macos-12", "freebsd-12.2", "freebsd-13.0" ]
2020
build-type: [ Release, Debug ]
2121
# Extra cmake flags. GitHub Actions matrix overloads `include` to mean
2222
# 'add extra things to a job' and 'add jobs'. You can add extra things
@@ -40,7 +40,7 @@ jobs:
4040
# 2to3 exists. As a quick hack, delete it first. This should be
4141
# removed once the homebrew install is fixed.
4242
dependencies: "rm -f /usr/local/bin/2to3 ; brew update && brew install ninja"
43-
- os: "macos-10.15"
43+
- os: "macos-12"
4444
dependencies: "rm -f /usr/local/bin/2to3 ; brew update && brew install ninja"
4545
# Skip the tests for the FreeBSD release builds
4646
# Also build-test the checked memcpy implementation while doing these.

0 commit comments

Comments
 (0)