Skip to content

Commit

Permalink
[CI] remove or upgrade macOS 11 to 12 (WasmEdge#3017)
Browse files Browse the repository at this point in the history
This should fix performance issue about macOS CI, and 11 is unsupported
via Apple too.

Signed-off-by: Lîm Tsú-thuàn <dannypsnl@secondstate.io>
  • Loading branch information
dannypsnl authored Nov 7, 2023
1 parent 3eab0af commit 04df6b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ flowchart LR
### macOS
```json
[
{
"name": "MacOS 11 (x86_64)",
"runner": "macos-11",
"darwin_version": 20
},
{
"name": "MacOS 12 (x86_64)",
"runner": "macos-12",
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,12 +488,6 @@ jobs:
strategy:
matrix:
include:
- name: Plugins_MacOS_11
system: MacOS 11
host_runner: macos-11
darwin_version: darwin_20
build_type: Release
arch: x86_64
- name: Plugins_MacOS_12
system: MacOS 12
host_runner: macos-12
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ jobs:
uses: ./.github/workflows/reusable-build-on-macos.yml
with:
version: ${{ needs.get_version.outputs.version }}
matrix: "[{'name':'MacOS 11 (x86_64)','runner':'macos-11','darwin_version':20,'arch':'x86_64'},
{'name':'MacOS 12 (x86_64)','runner':'macos-12','darwin_version':21,'arch':'x86_64'},
matrix: "[{'name':'MacOS 12 (x86_64)','runner':'macos-12','darwin_version':21,'arch':'x86_64'},
{'name':'MacOS 13 (arm64)','runner':'mac-arm64','darwin_version':22,'arch':'arm64'}]"

build_on_manylinux_2014:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
version: ${{ needs.create_release.outputs.version }}
matrix:
"[{'name':'MacOS 11 (x86_64)','runner':'macos-11','darwin_version':20,'arch':'x86_64'},
"[{'name':'MacOS 12 (x86_64)','runner':'macos-12','darwin_version':21,'arch':'x86_64'},
{'name':'MacOS 13 (arm64)','runner':'mac-arm64','darwin_version':22,'arch':'arm64'}]"
release: true
secrets: inherit
Expand Down Expand Up @@ -542,10 +542,10 @@ jobs:
strategy:
matrix:
include:
- name: Plugins_MacOS_11
system: MacOS 11
host_runner: macos-11
darwin_version: darwin_20
- name: Plugins_MacOS_12
system: MacOS 12
host_runner: macos-12
darwin_version: darwin_21
arch: x86_64
- name: Plugins_MacOS_arm64
system: MacOS 13 (arm64)
Expand Down

0 comments on commit 04df6b5

Please sign in to comment.