We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd75fce + de3bf37 commit 1e57758Copy full SHA for 1e57758
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
11
env:
12
# Tag for cache invalidation
13
- CACHE_VERSION: v9
+ CACHE_VERSION: v10
14
15
jobs:
16
build:
@@ -23,7 +23,7 @@ jobs:
23
- os: ubuntu-latest
24
shell: bash
25
container: "{\"image\": \"elopeztob/alpine-haskell-stack-echidna:ghc-9.8.4\", \"options\": \"--user 1001\"}"
26
- - os: macos-13 # x86_64 macOS
+ - os: macos-15-intel # x86_64 macOS
27
28
- os: windows-latest
29
shell: msys2 {0}
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
name: Linux (aarch64)
30
tuple: aarch64-linux
31
timeout: 180
32
- - os: macos-13
+ - os: macos-15-intel
33
name: macOS (x86_64)
34
tuple: x86_64-macos
35
- os: macos-14
0 commit comments