Skip to content

Commit e6795df

Browse files
authored
Merge pull request #1162 from tleedjarv/gha-abi
GHA: Update RPC ABI check versions
2 parents 5e2a62b + 0f3cc1e commit e6795df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -616,16 +616,16 @@ jobs:
616616
# limited resource usage.
617617
# Apparently 4.08 is not available for macos14-arm64.
618618
job:
619-
- { os: ubuntu-22.04 , ocaml-version: 5.4.x , ref: v2.53.7 }
620-
- { os: ubuntu-22.04 , ocaml-version: 4.14.x , ref: v2.53.7 }
619+
- { os: ubuntu-22.04 , ocaml-version: 5.4.x , ref: v2.53.8 }
620+
- { os: ubuntu-22.04 , ocaml-version: 4.14.x , ref: v2.53.8 }
621621
- { os: ubuntu-22.04 , ocaml-version: 4.14.x , ref: v2.52.1 , oldmake: true }
622622
- { os: ubuntu-22.04 , ocaml-version: 4.14.x , ref: v2.51.5 , oldmake: true }
623623
- { os: ubuntu-22.04 , ocaml-version: 4.08.x , ref: v2.51.5 , oldmake: true }
624624
- { os: ubuntu-22.04 , ocaml-version: 4.08.x , ref: v2.51.2 , oldmake: true }
625-
- { os: windows-2022 , ocaml-version: ocaml-variants.4.14.0+mingw64c , ref: v2.53.7 }
625+
- { os: windows-2022 , ocaml-version: ocaml-variants.4.14.0+mingw64c , ref: v2.53.8 }
626626
- { os: windows-2022 , ocaml-version: ocaml-variants.4.14.0+mingw64c , ref: v2.52.1 , oldmake: true }
627627
- { os: windows-2022 , ocaml-version: ocaml-variants.4.08.1+mingw32c , ref: v2.51.5 , oldmake: true }
628-
- { os: macos-14 , ocaml-version: 4.14.x , ref: v2.53.7 }
628+
- { os: macos-14 , ocaml-version: 4.14.x , ref: v2.53.8 }
629629
- { os: macos-14 , ocaml-version: 4.14.x , ref: v2.52.1 , oldmake: true }
630630
- { os: macos-15-intel, ocaml-version: 4.08.x , ref: v2.51.2 , oldmake: true }
631631

0 commit comments

Comments
 (0)