Skip to content

Commit e0f4079

Browse files
authored
Merge pull request #2154 from GaloisInc/ci-macos-13
CI: Switch from `macos-12` to `macos-13`
2 parents 9f2ece3 + e48b848 commit e0f4079

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
# ./saw-remote-api/Dockerfile
3434
# ./s2nTests/scripts/blst-entrypoint.sh
3535
# ./s2nTests/docker/saw.dockerfile
36-
SOLVER_PKG_VERSION: "snapshot-20240212"
36+
SOLVER_PKG_VERSION: "snapshot-20241119"
3737

3838
jobs:
3939
config:
@@ -96,13 +96,13 @@ jobs:
9696
hpc: true
9797
# Windows and macOS CI runners are more expensive than Linux runners,
9898
# 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
100100
# macOS runner (macos-14).
101101
- os: windows-2019
102102
ghc: 9.4.8
103103
run-tests: true
104104
hpc: false
105-
- os: macos-12
105+
- os: macos-13
106106
ghc: 9.4.8
107107
run-tests: true
108108
hpc: false

saw-remote-api/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ WORKDIR /home/saw//rootfs/usr/local/bin
3131
# The URL here is based on the same logic used to specify BUILD_TARGET_OS and
3232
# BUILD_TARGET_ARCH in `.github/workflow/ci.yml`, but specialized to x86-64
3333
# 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"
3535
RUN unzip solvers.zip && rm solvers.zip && chmod +x *
3636
USER root
3737
RUN chown -R root:root /home/saw/rootfs

saw/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ WORKDIR /home/saw//rootfs/usr/local/bin
3232
# The URL here is based on the same logic used to specify BUILD_TARGET_OS and
3333
# BUILD_TARGET_ARCH in `.github/workflow/ci.yml`, but specialized to x86-64
3434
# 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"
3636
RUN unzip solvers.zip && rm solvers.zip && chmod +x *
3737
USER root
3838
RUN chown -R root:root /home/saw/rootfs

0 commit comments

Comments
 (0)