Skip to content

Commit

Permalink
Switch deploy runner to MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 10, 2025
1 parent 6005572 commit f75642d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
fail-fast: false
matrix:
include:
- name: ubu22-x86-gcc12-clang-repl-19-emscripten_wasm
os: ubuntu-22.04
compiler: gcc-12
- name: osx15-arm-clang-clang-repl-19-emscripten_wasm
os: macos-15
compiler: clang
clang-runtime: '19'
cling: Off
micromamba_shell_init: bash
Expand Down

0 comments on commit f75642d

Please sign in to comment.