Skip to content

Commit f723f9f

Browse files
Merge pull request #234 from ikesyo/ci-drop-macos-11
[CI] Drop macos-11 since that is deprecated and will be removed in Q2 2024
2 parents 7190547 + 07f8914 commit f723f9f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: .github/workflows/test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
matrix:
1111
entry:
1212
# Ensure that all host can install toolchain, build project, and run tests
13-
- { os: macos-11, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node, xcode: Xcode_13.2.1.app }
1413
- { os: macos-12, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node, xcode: Xcode_13.4.1.app }
1514
- { os: macos-13, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node, xcode: Xcode_14.3.app }
1615
- { os: macos-14, toolchain: wasm-5.9.1-RELEASE, wasi-backend: Node, xcode: Xcode_15.2.app }
@@ -58,8 +57,6 @@ jobs:
5857
strategy:
5958
matrix:
6059
include:
61-
- os: macos-11
62-
xcode: Xcode_13.2.1
6360
- os: macos-12
6461
xcode: Xcode_13.3
6562
- os: macos-12

0 commit comments

Comments
 (0)