We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9026af1 commit 20c6d1eCopy full SHA for 20c6d1e
.github/workflows/release.yaml
@@ -212,7 +212,7 @@ jobs:
212
213
build-mac-x86_64:
214
name: Build binary (Mac x86_64)
215
- runs-on: macOS-10.15
+ runs-on: macOS-11
216
env:
217
MACOSX_DEPLOYMENT_TARGET: 10.13
218
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -519,7 +519,7 @@ jobs:
519
520
bindist-mac-x86_64:
521
name: Tar bindists (Mac x86_64)
522
523
needs: ["build-mac-x86_64"]
524
525
TARBALL_EXT: tar.xz
@@ -780,7 +780,7 @@ jobs:
780
781
test-mac-x86_64:
782
name: Test binary (Mac x86_64)
783
784
needs: ["bindist-mac-x86_64"]
785
786
0 commit comments