Skip to content

Commit 1e57758

Browse files
authored
Merge pull request #1455 from crytic/ci-macos-intel
ci: macos-13 -> macos-15-intel
2 parents fd75fce + de3bf37 commit 1e57758

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
# Tag for cache invalidation
13-
CACHE_VERSION: v9
13+
CACHE_VERSION: v10
1414

1515
jobs:
1616
build:
@@ -23,7 +23,7 @@ jobs:
2323
- os: ubuntu-latest
2424
shell: bash
2525
container: "{\"image\": \"elopeztob/alpine-haskell-stack-echidna:ghc-9.8.4\", \"options\": \"--user 1001\"}"
26-
- os: macos-13 # x86_64 macOS
26+
- os: macos-15-intel # x86_64 macOS
2727
shell: bash
2828
- os: windows-latest
2929
shell: msys2 {0}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Linux (aarch64)
3030
tuple: aarch64-linux
3131
timeout: 180
32-
- os: macos-13
32+
- os: macos-15-intel
3333
name: macOS (x86_64)
3434
tuple: x86_64-macos
3535
- os: macos-14

0 commit comments

Comments
 (0)