Skip to content

Commit afc8a9c

Browse files
committed
Switch deploy runner to MacOS
1 parent d504612 commit afc8a9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-pages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- name: ubu22-x86-gcc12-clang-repl-19-emscripten_wasm
23-
os: ubuntu-22.04
24-
compiler: gcc-12
22+
- name: osx15-arm-clang-clang-repl-19-emscripten_wasm
23+
os: macos-15
24+
compiler: clang
2525
clang-runtime: '19'
2626
cling: Off
2727
micromamba_shell_init: bash

0 commit comments

Comments
 (0)