From 8f624f07e150bade25b772fcb1aaf51061049496 Mon Sep 17 00:00:00 2001 From: mcbarton Date: Wed, 4 Feb 2026 10:31:02 +0000 Subject: [PATCH] Fix deployment job name to enable deployment after https://github.com/compiler-research/CppInterOp/pull/781 --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 1b7810d4d..96be68731 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: include: - - name: osx26-arm-clang-repl-21-emscripten_wasm + - name: osx26-arm-clang-repl-21-emscripten os: macos-26 clang-runtime: '21' cling: Off