Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
- name: 'V8 on macOS/x86_64'
engine: 'v8'
repo: 'v8'
os: macos-11
os: macos-13
arch: x86_64
action: test
cache: true
Expand All @@ -190,7 +190,7 @@ jobs:
- name: 'WAMR interp on macOS/x86_64'
engine: 'wamr-interp'
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
os: macos-11
os: macos-13
arch: x86_64
action: test
- name: 'WAMR jit on Linux/x86_64'
Expand All @@ -205,7 +205,7 @@ jobs:
- name: 'WAMR jit on macOS/x86_64'
engine: 'wamr-jit'
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
os: macos-11
os: macos-13
arch: x86_64
action: test
cache: true
Expand All @@ -219,7 +219,7 @@ jobs:
- name: 'WasmEdge on macOS/x86_64'
engine: 'wasmedge'
repo: 'com_github_wasmedge_wasmedge'
os: macos-11
os: macos-13
arch: x86_64
action: test
- name: 'Wasmtime on Linux/x86_64'
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
- name: 'Wasmtime on macOS/x86_64'
engine: 'wasmtime'
repo: 'com_github_bytecodealliance_wasmtime'
os: macos-11
os: macos-13
arch: x86_64
action: test
- name: 'Wasmtime on Windows/x86_64'
Expand Down
Loading