Skip to content

Commit

Permalink
macos-10.15 -> macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
ptillet committed May 15, 2023
1 parent f3faa78 commit 9ccb676
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, 'macos-10.15', 'macos-13-arm64']
os: [ubuntu-latest, 'macos-13', 'macos-13-arm64']
dist: [local, centos-7, ubuntu-18.04]
config: [release, assert]

exclude:
- os: macos-10.15
- os: macos-13
dist: centos-7
- os: macos-10.15
- os: macos-13
dist: ubuntu-18.04
- os: ubuntu-latest
dist: local
Expand All @@ -50,7 +50,7 @@ jobs:
PLATFORM_NAME="linux-gnu-${{ matrix.dist }}"
BUILD_PLATFORM="docker_${{ matrix.dist }}"
CPU_ARCH="x86_64"
elif [ x"${{ matrix.os }}" == x"macos-10.15" ]; then
elif [ x"${{ matrix.os }}" == x"macos-13" ]; then
PLATFORM_NAME="apple-darwin"
BUILD_PLATFORM="local"
CPU_ARCH="x86_64"
Expand Down

0 comments on commit 9ccb676

Please sign in to comment.