Skip to content

Commit

Permalink
[CI] Drop macos-11 since that is deprecated and will be removed in Q2…
Browse files Browse the repository at this point in the history
… 2024
  • Loading branch information
ikesyo committed Mar 22, 2024
1 parent 7190547 commit 07f8914
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
matrix:
entry:
# Ensure that all host can install toolchain, build project, and run tests
- { os: macos-11, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node, xcode: Xcode_13.2.1.app }
- { os: macos-12, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node, xcode: Xcode_13.4.1.app }
- { os: macos-13, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node, xcode: Xcode_14.3.app }
- { os: macos-14, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node, xcode: Xcode_15.2.app }
Expand Down Expand Up @@ -58,8 +57,6 @@ jobs:
strategy:
matrix:
include:
- os: macos-11
xcode: Xcode_13.2.1
- os: macos-12
xcode: Xcode_13.3
- os: macos-12
Expand Down

0 comments on commit 07f8914

Please sign in to comment.