diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index 2660d5480..6431e0e34 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -17,8 +17,6 @@ jobs: GITHUB_OWNER: "emscripten-forge" strategy: fail-fast: false - matrix: - emsdk_ver: ["3.1.45"] steps: ################################################################ diff --git a/.github/workflows/on_compiler_changes.yaml b/.github/workflows/on_compiler_changes.yaml index e8315ad13..c1a1533c4 100644 --- a/.github/workflows/on_compiler_changes.yaml +++ b/.github/workflows/on_compiler_changes.yaml @@ -2,7 +2,7 @@ name: compile pyjs on: push: branches: - - 'main' + - 'emscripten-3.1.58' paths: - 'recipes/recipes/emscripten_emscripten-wasm3/**' pull_request: diff --git a/.github/workflows/run_with_pixi.yaml b/.github/workflows/run_with_pixi.yaml index 6015118ce..aa70dbaa3 100644 --- a/.github/workflows/run_with_pixi.yaml +++ b/.github/workflows/run_with_pixi.yaml @@ -2,7 +2,7 @@ name: run with pixi on: push: branches: - - 'main' + - 'emscripten-3.1.58' paths-ignore: - 'recipes/**' - 'docs/**' diff --git a/conda_build_config.yaml b/conda_build_config.yaml index 44329efad..98580df28 100644 --- a/conda_build_config.yaml +++ b/conda_build_config.yaml @@ -25,7 +25,7 @@ cxx_compiler: c_compiler_version: - if: emscripten then: - - 3.1.45 + - 3.1.58 - if: linux then: - 9 @@ -37,7 +37,7 @@ c_compiler_version: cxx_compiler_version: - if: emscripten then: - - 3.1.45 + - 3.1.58 - if: linux then: - 9