Skip to content

Commit 91567e9

Browse files
Drop macOS 10.15 and add macOS 13
1 parent 1ef9e6c commit 91567e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
matrix:
1111
entry:
1212
# Ensure that all host can install toolchain, build project, and run tests
13-
- { os: macos-10.15, toolchain: wasm-5.8.0-RELEASE, wasi-backend: Node, xcode: Xcode_12.4.app }
1413
- { os: macos-11, toolchain: wasm-5.8.0-RELEASE, wasi-backend: Node, xcode: Xcode_13.2.1.app }
1514
- { os: macos-12, toolchain: wasm-5.8.0-RELEASE, wasi-backend: Node, xcode: Xcode_13.4.1.app }
15+
- { os: macos-13, toolchain: wasm-5.8.0-RELEASE, wasi-backend: Node, xcode: Xcode_14.3.app }
1616
- { os: ubuntu-22.04, toolchain: wasm-5.8.0-RELEASE, wasi-backend: Node }
1717

1818
# Ensure that test succeeds with all toolchains and wasi backend combinations
@@ -57,14 +57,14 @@ jobs:
5757
strategy:
5858
matrix:
5959
include:
60-
- os: macos-10.15
61-
xcode: Xcode_12.4
6260
- os: macos-11
6361
xcode: Xcode_13.2.1
6462
- os: macos-12
6563
xcode: Xcode_13.3
6664
- os: macos-12
6765
xcode: Xcode_14.0
66+
- os: macos-13
67+
xcode: Xcode_14.3
6868
runs-on: ${{ matrix.os }}
6969
steps:
7070
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)