Skip to content

Commit 2b33b48

Browse files
committed
update macos from 13 to 15
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent 6110918 commit 2b33b48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
- name: 'V8 on macOS/x86_64'
195195
engine: 'v8'
196196
repo: 'v8'
197-
os: macos-13
197+
os: macos-15
198198
arch: x86_64
199199
action: test
200200
flags: --config=hermetic-llvm-macos
@@ -209,7 +209,7 @@ jobs:
209209
- name: 'WAMR interp on macOS/x86_64'
210210
engine: 'wamr-interp'
211211
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
212-
os: macos-13
212+
os: macos-15
213213
arch: x86_64
214214
action: test
215215
- name: 'WAMR jit on Linux/x86_64'
@@ -224,7 +224,7 @@ jobs:
224224
- name: 'WAMR jit on macOS/x86_64'
225225
engine: 'wamr-jit'
226226
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
227-
os: macos-13
227+
os: macos-15
228228
arch: x86_64
229229
action: test
230230
cache: true
@@ -238,7 +238,7 @@ jobs:
238238
- name: 'WasmEdge on macOS/x86_64'
239239
engine: 'wasmedge'
240240
repo: 'com_github_wasmedge_wasmedge'
241-
os: macos-13
241+
os: macos-15
242242
arch: x86_64
243243
action: test
244244
- name: 'Wasmtime on Linux/x86_64'
@@ -275,7 +275,7 @@ jobs:
275275
- name: 'Wasmtime on macOS/x86_64'
276276
engine: 'wasmtime'
277277
repo: 'com_github_bytecodealliance_wasmtime'
278-
os: macos-13
278+
os: macos-15
279279
arch: x86_64
280280
action: test
281281

0 commit comments

Comments
 (0)