| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 16529c1 commit 405a667
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,6 +30,7 @@ concurrency: | |||
| 30 | 30 | ||
| 31 | 31 | env: | |
| 32 | 32 | PYTHON_VERSION: '3.12' | |
| 33 | + XCODE_VERSION: '16.1' | ||
| 33 | 34 | FLAKY_TESTS: keep_retrying | |
| 34 | 35 | ||
| 35 | 36 | permissions: | |
@@ -40,9 +41,7 @@ jobs: | |||
| 40 | 41 | if: github.event.pull_request.draft == false | |
| 41 | 42 | strategy: | |
| 42 | 43 | fail-fast: false | |
| 43 | - matrix: | ||
| 44 | - macos-version: [macos-13, macos-14] | ||
| 45 | - runs-on: ${{ matrix.macos-version }} | ||
| 44 | + runs-on: macos-14 | ||
| 46 | 45 | env: | |
| 47 | 46 | CC: sccache gcc | |
| 48 | 47 | CXX: sccache g++ | |
@@ -56,6 +55,8 @@ jobs: | |||
| 56 | 55 | uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 | |
| 57 | 56 | with: | |
| 58 | 57 | python-version: ${{ env.PYTHON_VERSION }} | |
| 58 | + - name: Set up Xcode ${{ env.XCODE_VERSION }} | ||
| 59 | + run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app | ||
| 59 | 60 | - name: Set up sccache | |
| 60 | 61 | uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7 | |
| 61 | 62 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments