Skip to content

Commit 9edcda3

Browse files
committed
Update linux-arm64 job
1 parent 336167d commit 9edcda3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
run: |
204204
set -ex
205205
206-
# As of 19 August 2023, the self-hosted runner comes with Stack 2.11.1,
206+
# As of 11 July 2024, the self-hosted runner comes with Stack 2.15.7,
207207
# but it is not on the PATH. Logging the version for information.
208208
/usr/local/bin/stack --version
209209
@@ -214,7 +214,7 @@ jobs:
214214
run: |
215215
# Stack's project-level configuration (stack.yaml) specifies the
216216
# multi-architecture (including Linux/Aarch64) Docker image published by
217-
# Oliver Benz (@benz0li, on GitHub). That image comes with Stack 2.11.1.
217+
# Oliver Benz (@benz0li, on GitHub). That image comes with Stack 2.15.7.
218218
# (Note that the online documentation for '--docker-stack-exe image'
219219
# specifies that the host Stack and image Stack must have the same
220220
# version number.)

0 commit comments

Comments
 (0)