Skip to content

Commit

Permalink
Target 13553 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Oct 15, 2024
1 parent 5f14883 commit 6295cd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
OCAMLRUNPARAM: ${{ inputs.runparam }}
DUNE_CI_ALIAS: ${{ inputs.dune_alias }}
COMPILER: ${{ inputs.compiler }}
OCAML_COMPILER_GIT_REF: 'refs/pull/13549/head'
CUSTOM_COMPILER_VERSION: '5.4.0+pr13549'
CUSTOM_COMPILER_SRC: 'https://github.com/ocaml/ocaml/archive/refs/pull/13549/head.tar.gz'
OCAML_COMPILER_GIT_REF: 'refs/pull/13553/head'
CUSTOM_COMPILER_VERSION: '5.4.0+pr13553'
CUSTOM_COMPILER_SRC: 'https://github.com/ocaml/ocaml/archive/refs/pull/13553/head.tar.gz'
CUSTOM_OCAML_PKG_VERSION: ${{ inputs.custom_ocaml_package_version }}

# For the record, here is how to set up the environment to test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc-540-trunk-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: ./.github/workflows/msvc-common.yml
with:
bytecodeonly: true
compiler_ref: 'refs/pull/13549/head'
compiler_ref: 'refs/pull/13553/head'
2 changes: 1 addition & 1 deletion .github/workflows/msvc-540-trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
build:
uses: ./.github/workflows/msvc-common.yml
with:
compiler_ref: 'refs/pull/13549/head'
compiler_ref: 'refs/pull/13553/head'

0 comments on commit 6295cd1

Please sign in to comment.