File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616
1717 strategy :
1818 matrix :
19- os : [ubuntu-latest, 'macos-10.15 ', 'macos-13-arm64']
19+ os : [ubuntu-latest, 'macos-13 ', 'macos-13-arm64']
2020 dist : [local, centos-7, ubuntu-18.04]
2121 config : [release, assert]
2222
2323 exclude :
24- - os : macos-10.15
24+ - os : macos-13
2525 dist : centos-7
26- - os : macos-10.15
26+ - os : macos-13
2727 dist : ubuntu-18.04
2828 - os : ubuntu-latest
2929 dist : local
5050 PLATFORM_NAME="linux-gnu-${{ matrix.dist }}"
5151 BUILD_PLATFORM="docker_${{ matrix.dist }}"
5252 CPU_ARCH="x86_64"
53- elif [ x"${{ matrix.os }}" == x"macos-10.15 " ]; then
53+ elif [ x"${{ matrix.os }}" == x"macos-13 " ]; then
5454 PLATFORM_NAME="apple-darwin"
5555 BUILD_PLATFORM="local"
5656 CPU_ARCH="x86_64"
You can’t perform that action at this time.
0 commit comments