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.
1 parent c560834 commit b37e35cCopy full SHA for b37e35c
.github/workflows/nix.yml
@@ -19,10 +19,10 @@ jobs:
19
platform:
20
- os: darwin
21
cpu: x86_64
22
- base: macos-13 # always x86_64-darwin
+ base: macos-15-intel # always x86_64-darwin
23
24
cpu: arm64
25
- base: macos-14 # always arm64-darwin
+ base: macos-15 # always arm64-darwin
26
- os: linux
27
28
base: ubuntu-24.04 # always x86_64-linux-gnu
.github/workflows/test-macos.yaml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
os:
- - macos-13
+ - macos-15
ruby:
- '2.5'
- '2.6'
0 commit comments