File tree 1 file changed +7
-13
lines changed
1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -11,27 +11,21 @@ concurrency:
11
11
cancel-in-progress : true
12
12
13
13
jobs :
14
- MacOS12_release :
15
- runs-on : macos-12
16
- steps :
17
- - uses : actions/checkout@v4
18
- - run : |
19
- set -e -x
20
- rm -rf build
21
- cmake --workflow --preset macos_x86_64_release_workflow
22
- MacOS13_release :
23
- runs-on : macos-13
14
+ # The following one doesn't work on macos-12. It has some compiling errors related to std::date
15
+ MacOS14_arm64_release :
16
+ runs-on : macos-14
24
17
steps :
25
18
- uses : actions/checkout@v4
26
19
- run : |
27
20
set -e -x
28
21
rm -rf build
29
- cmake --workflow --preset macos_x86_64_release_workflow
30
- MacOS14_release :
22
+ cmake --workflow --preset macos_arm64_release_workflow
23
+
24
+ MacOS14_universal2_release :
31
25
runs-on : macos-14
32
26
steps :
33
27
- uses : actions/checkout@v4
34
28
- run : |
35
29
set -e -x
36
30
rm -rf build
37
- cmake --workflow --preset macos_arm64_release_workflow
31
+ cmake --workflow --preset macos_universal2_release_workflow
You can’t perform that action at this time.
0 commit comments