Skip to content

Commit 8a49626

Browse files
authored
Merge pull request #5039 from DataDog/update-macos-images-to-macos-15
Update macos images for Github Actions to use macos-15
2 parents c560834 + aafed90 commit 8a49626

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
persist-credentials: false
144144
- name: Run actionlint
145-
uses: docker://rhysd/actionlint:1.7.7
145+
uses: docker://rhysd/actionlint:1.7.8
146146
with:
147147
args: -color
148148

.github/workflows/nix.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
platform:
20-
- os: darwin
21-
cpu: x86_64
22-
base: macos-13 # always x86_64-darwin
2320
- os: darwin
2421
cpu: arm64
25-
base: macos-14 # always arm64-darwin
22+
base: macos-15 # always arm64-darwin
2623
- os: linux
2724
cpu: x86_64
2825
base: ubuntu-24.04 # always x86_64-linux-gnu

.github/workflows/test-macos.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ 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'

0 commit comments

Comments
 (0)