Skip to content

Commit 95e9982

Browse files
authored
fix: Move from unavailable macos-11 to macos-13 (#401)
See: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources This does not fix #384, but does resurface those errors. Signed-off-by: Martijn Stevenson <[email protected]>
1 parent 330c459 commit 95e9982

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
- name: 'V8 on macOS/x86_64'
177177
engine: 'v8'
178178
repo: 'v8'
179-
os: macos-11
179+
os: macos-13
180180
arch: x86_64
181181
action: test
182182
cache: true
@@ -190,7 +190,7 @@ jobs:
190190
- name: 'WAMR interp on macOS/x86_64'
191191
engine: 'wamr-interp'
192192
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
193-
os: macos-11
193+
os: macos-13
194194
arch: x86_64
195195
action: test
196196
- name: 'WAMR jit on Linux/x86_64'
@@ -205,7 +205,7 @@ jobs:
205205
- name: 'WAMR jit on macOS/x86_64'
206206
engine: 'wamr-jit'
207207
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
208-
os: macos-11
208+
os: macos-13
209209
arch: x86_64
210210
action: test
211211
cache: true
@@ -219,7 +219,7 @@ jobs:
219219
- name: 'WasmEdge on macOS/x86_64'
220220
engine: 'wasmedge'
221221
repo: 'com_github_wasmedge_wasmedge'
222-
os: macos-11
222+
os: macos-13
223223
arch: x86_64
224224
action: test
225225
- name: 'Wasmtime on Linux/x86_64'
@@ -256,7 +256,7 @@ jobs:
256256
- name: 'Wasmtime on macOS/x86_64'
257257
engine: 'wasmtime'
258258
repo: 'com_github_bytecodealliance_wasmtime'
259-
os: macos-11
259+
os: macos-13
260260
arch: x86_64
261261
action: test
262262
- name: 'Wasmtime on Windows/x86_64'

0 commit comments

Comments
 (0)