File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 os :
21- - macos-14
22- - macos-13
21+ - macos-15
22+ - macos-14-intel
2323
2424 steps :
2525 - name : Checkout repository
@@ -36,22 +36,22 @@ jobs:
3636 export PATH="/usr/local/Cellar/pkg-config/0.29.2_3/bin:${PATH}"; pkg-config --list-all; cmake -DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/openssl . ; make
3737
3838 - name : Rename_x86
39- if : matrix.os == 'macos-13 '
39+ if : matrix.os == 'macos-14-intel '
4040 run : cp uuu/uuu uuu_mac_x86
4141
4242 - name : Rename_arm
43- if : matrix.os == 'macos-14 '
43+ if : matrix.os == 'macos-15 '
4444 run : cp uuu/uuu uuu_mac_arm
4545
4646 - name : Upload Build Artifacts
47- if : matrix.os == 'macos-13 '
47+ if : matrix.os == 'macos-14-intel '
4848 uses : actions/upload-artifact@v4
4949 with :
5050 name : uuu_mac_x86
5151 path : uuu_mac_x86
5252
5353 - name : Upload Build Artifacts
54- if : matrix.os == 'macos-14 '
54+ if : matrix.os == 'macos-15 '
5555 uses : actions/upload-artifact@v4
5656 with :
5757 name : uuu_mac_arm
You can’t perform that action at this time.
0 commit comments