File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
# ./saw-remote-api/Dockerfile
34
34
# ./s2nTests/scripts/blst-entrypoint.sh
35
35
# ./s2nTests/docker/saw.dockerfile
36
- SOLVER_PKG_VERSION : " snapshot-20240212 "
36
+ SOLVER_PKG_VERSION : " snapshot-20241119 "
37
37
38
38
jobs :
39
39
config :
@@ -96,13 +96,13 @@ jobs:
96
96
hpc : true
97
97
# Windows and macOS CI runners are more expensive than Linux runners,
98
98
# so we only build one particular GHC version to test them on. We
99
- # include both an x86-64 macOS runner (macos-12 ) as well as an AArch64
99
+ # include both an x86-64 macOS runner (macos-13 ) as well as an AArch64
100
100
# macOS runner (macos-14).
101
101
- os : windows-2019
102
102
ghc : 9.4.8
103
103
run-tests : true
104
104
hpc : false
105
- - os : macos-12
105
+ - os : macos-13
106
106
ghc : 9.4.8
107
107
run-tests : true
108
108
hpc : false
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ WORKDIR /home/saw//rootfs/usr/local/bin
31
31
# The URL here is based on the same logic used to specify BUILD_TARGET_OS and
32
32
# BUILD_TARGET_ARCH in `.github/workflow/ci.yml`, but specialized to x86-64
33
33
# Ubuntu.
34
- RUN curl -o solvers.zip -sL "https://github.com/GaloisInc/what4-solvers/releases/download/snapshot-20240212 /ubuntu-22.04-X64-bin.zip"
34
+ RUN curl -o solvers.zip -sL "https://github.com/GaloisInc/what4-solvers/releases/download/snapshot-20241119 /ubuntu-22.04-X64-bin.zip"
35
35
RUN unzip solvers.zip && rm solvers.zip && chmod +x *
36
36
USER root
37
37
RUN chown -R root:root /home/saw/rootfs
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ WORKDIR /home/saw//rootfs/usr/local/bin
32
32
# The URL here is based on the same logic used to specify BUILD_TARGET_OS and
33
33
# BUILD_TARGET_ARCH in `.github/workflow/ci.yml`, but specialized to x86-64
34
34
# Ubuntu.
35
- RUN curl -o solvers.zip -sL "https://github.com/GaloisInc/what4-solvers/releases/download/snapshot-20240212 /ubuntu-22.04-X64-bin.zip"
35
+ RUN curl -o solvers.zip -sL "https://github.com/GaloisInc/what4-solvers/releases/download/snapshot-20241119 /ubuntu-22.04-X64-bin.zip"
36
36
RUN unzip solvers.zip && rm solvers.zip && chmod +x *
37
37
USER root
38
38
RUN chown -R root:root /home/saw/rootfs
You can’t perform that action at this time.
0 commit comments