Skip to content

Commit

Permalink
remove deprecated macos-11 (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored Jun 29, 2024
1 parent bd8206f commit 356ecb5
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
build_macos:
# earliest possible mac for better compatibility
runs-on: macos-11
runs-on: macos-12
defaults:
run:
shell: bash
Expand Down Expand Up @@ -746,10 +746,6 @@ jobs:
fail-fast: false
matrix:
prop:
- [
"macos-11", # os
"amd64", # platform spec
]
- [
"macos-12", # os
"amd64", # platform spec
Expand Down Expand Up @@ -1084,10 +1080,6 @@ jobs:
fail-fast: false
matrix:
prop:
- [
"macos-11", # GH os
"amd64", # platform
]
- [
"macos-12",
"amd64",
Expand Down Expand Up @@ -2242,10 +2234,6 @@ jobs:
fail-fast: false
matrix:
prop:
- [
"macos-11", # GH os
"amd64", # platform
]
- [
"macos-12",
"amd64",
Expand Down Expand Up @@ -2354,10 +2342,6 @@ jobs:
fail-fast: false
matrix:
prop:
- [
"macos-11", # GH os
"amd64", # platform
]
- [
"macos-12",
"amd64",
Expand Down

0 comments on commit 356ecb5

Please sign in to comment.