Skip to content

Commit

Permalink
Fix build-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Leohige committed Aug 29, 2022
1 parent 444b820 commit 396f95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-10.15]
os: [macos-12]
buildtype: [macos-release, macos-debug]
include:
- os: macos-10.15
- os: macos-12
packages: >
sccache
Expand Down

0 comments on commit 396f95e

Please sign in to comment.