Skip to content

Commit 20c6d1e

Browse files
committed
1 parent 9026af1 commit 20c6d1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
213213
build-mac-x86_64:
214214
name: Build binary (Mac x86_64)
215-
runs-on: macOS-10.15
215+
runs-on: macOS-11
216216
env:
217217
MACOSX_DEPLOYMENT_TARGET: 10.13
218218
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -519,7 +519,7 @@ jobs:
519519

520520
bindist-mac-x86_64:
521521
name: Tar bindists (Mac x86_64)
522-
runs-on: macOS-10.15
522+
runs-on: macOS-11
523523
needs: ["build-mac-x86_64"]
524524
env:
525525
TARBALL_EXT: tar.xz
@@ -780,7 +780,7 @@ jobs:
780780

781781
test-mac-x86_64:
782782
name: Test binary (Mac x86_64)
783-
runs-on: macOS-10.15
783+
runs-on: macOS-11
784784
needs: ["bindist-mac-x86_64"]
785785
env:
786786
MACOSX_DEPLOYMENT_TARGET: 10.13

0 commit comments

Comments
 (0)