Skip to content

Commit

Permalink
tweak build-macos.yml (#4479)
Browse files Browse the repository at this point in the history
add macos-10.15
  • Loading branch information
geoffthemedio committed Apr 18, 2023
1 parent 69b60d7 commit 7e1f7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12]
os: [macos-10.15, macos-11, macos-12]
env:
CACHE_NAME: macos-full
CMAKE_BUILD_PARALLEL_LEVEL: 2
Expand Down

0 comments on commit 7e1f7bd

Please sign in to comment.