Skip to content

Commit a51d37d

Browse files
committed
chore(release): update mac os version to 11
10.15 was deprecated and removed from setup-ruby and gh runners
1 parent d22203c commit a51d37d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ jobs:
239239
fail-fast: false
240240
matrix:
241241
include:
242-
- macos-version: "10.15"
242+
- macos-version: "11.0"
243243
target: x86_64-apple-darwin
244-
py-platform: macosx-10_15_x86_64
244+
py-platform: macosx-11_0_x86_64
245245
- macos-version: "11.0"
246246
target: aarch64-apple-darwin
247247
py-platform: macosx-11_0_arm64
@@ -465,9 +465,9 @@ jobs:
465465
fail-fast: false
466466
matrix:
467467
include:
468-
- macos-version: "10.15"
468+
- macos-version: "11.0"
469469
target: x86_64-apple-darwin
470-
py-platform: macosx-10_15_x86_64
470+
py-platform: macosx-11_0_x86_64
471471
- macos-version: "11.0"
472472
target: aarch64-apple-darwin
473473
py-platform: macosx-11_0_arm64

0 commit comments

Comments
 (0)