Skip to content

Commit

Permalink
release ci: Use macOS-11 instead of the deprecated macOS-10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed May 18, 2023
1 parent 9026af1 commit 20c6d1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
build-mac-x86_64:
name: Build binary (Mac x86_64)
runs-on: macOS-10.15
runs-on: macOS-11
env:
MACOSX_DEPLOYMENT_TARGET: 10.13
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down Expand Up @@ -519,7 +519,7 @@ jobs:

bindist-mac-x86_64:
name: Tar bindists (Mac x86_64)
runs-on: macOS-10.15
runs-on: macOS-11
needs: ["build-mac-x86_64"]
env:
TARBALL_EXT: tar.xz
Expand Down Expand Up @@ -780,7 +780,7 @@ jobs:

test-mac-x86_64:
name: Test binary (Mac x86_64)
runs-on: macOS-10.15
runs-on: macOS-11
needs: ["bindist-mac-x86_64"]
env:
MACOSX_DEPLOYMENT_TARGET: 10.13
Expand Down

0 comments on commit 20c6d1e

Please sign in to comment.