Skip to content

Commit 89169a3

Browse files
committed
Update macos images for Github Actions to use macos-15
1 parent c560834 commit 89169a3

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
platform:
2020
- os: darwin
2121
cpu: x86_64
22-
base: macos-13 # always x86_64-darwin
22+
base: macos-15-intel # always x86_64-darwin
2323
- os: darwin
2424
cpu: arm64
25-
base: macos-14 # always arm64-darwin
25+
base: macos-15 # always arm64-darwin
2626
- os: linux
2727
cpu: x86_64
2828
base: ubuntu-24.04 # always x86_64-linux-gnu

.github/workflows/test-macos.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,22 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os:
20-
- macos-13
20+
- macos-15
2121
ruby:
22-
- '2.5'
23-
- '2.6'
24-
- '2.7'
2522
- '3.0'
2623
- '3.1'
2724
- '3.2'
2825
- '3.3'
2926
- '3.4'
3027
- '3.5'
3128
# ADD NEW RUBIES HERE
29+
include:
30+
- os: macos-14
31+
ruby: '2.5'
32+
- os: macos-14
33+
ruby: '2.6'
34+
- os: macos-14
35+
ruby: '2.7'
3236
name: Test (${{ matrix.os }}, ${{ matrix.ruby }})
3337
runs-on: ${{ matrix.os }}
3438
env:

0 commit comments

Comments
 (0)