We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a8cdc commit 0d9028aCopy full SHA for 0d9028a
.github/workflows/cmake.yml
@@ -33,31 +33,6 @@ jobs:
33
name: Build-macOS-Universal
34
path: Build-macOS-Universal
35
36
- macos-legacy-build:
37
- runs-on: macos-13
38
-
39
- steps:
40
- - uses: actions/checkout@v4
41
- with:
42
- submodules: recursive
43
- fetch-depth: 0
44
45
- - name: ccache
46
- uses: hendrikmuhs/ccache-action@v1.2
47
48
- key: macos-legacy
49
50
- - name: Build plugins
51
- run: |
52
- python3 ./build.py --compiler-launcher ccache
53
- mv Build Build-macOS-Legacy
54
55
- - name: Archive Artifacts
56
- uses: actions/upload-artifact@v4
57
58
- name: Build-macOS-Legacy
59
- path: Build-macOS-Legacy
60
61
windows-64-build:
62
runs-on: windows-2022
63
steps:
0 commit comments