| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7245245 commit 2a3cdd3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,11 @@ permissions: | |||
| 38 | 38 | jobs: | |
| 39 | 39 | test-macOS: | |
| 40 | 40 | if: github.event.pull_request.draft == false | |
| 41 | - runs-on: macos-14 | ||
| 41 | + strategy: | ||
| 42 | + fail-fast: false | ||
| 43 | + matrix: | ||
| 44 | + macos-version: [macos-13, macos-14] | ||
| 45 | + runs-on: ${{ matrix.macos-version }} | ||
| 42 | 46 | env: | |
| 43 | 47 | CC: sccache gcc | |
| 44 | 48 | CXX: sccache g++ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments