File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 99 runs-on : ${{ matrix.os }}
1010 strategy :
1111 matrix :
12- build_target : [linux, macos, windows]
12+ build_target : [linux, macos, macos-13, windows]
1313 update_feature : [self-update, no-self-update]
1414 exclude :
1515 - build_target : windows
1616 update_feature : no-self-update
17+ - build_target : macos-13
18+ os : macos-latest # Avoid duplicate runs on macos-latest
1719 include :
1820 - build_target : linux
1921 os : ubuntu-latest
2022 - build_target : macos
2123 os : macos-latest
24+ - build_target : macos-13
25+ os : macos-13
2226 - build_target : windows
2327 os : windows-latest
2428 - update_feature : self-update
5256 if : matrix.os != 'windows-latest'
5357 run : tar -czf uad-ng${{ matrix.update_name }}-${{ matrix.build_target }}{.tar.gz,}
5458 - name : Install coreutils for macOS
55- if : matrix.os == 'macos-latest'
59+ if : startsWith( matrix.os, 'macos')
5660 run : brew install coreutils
5761 - name : Create checksums for binaries and archives [Windows]
5862 if : matrix.os == 'windows-latest'
You can’t perform that action at this time.
0 commit comments