Skip to content

Commit 9ccb676

Browse files
committed
macos-10.15 -> macos-13
1 parent f3faa78 commit 9ccb676

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -50,7 +50,7 @@ jobs:
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"

0 commit comments

Comments
 (0)