Skip to content

Commit

Permalink
Remove macOS 12 from CI, and add macOS 15. (netdata#18797)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin authored Oct 17, 2024
1 parent b46dd43 commit 3ef0995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1042,12 +1042,12 @@ jobs:
max-parallel: 8
matrix:
include:
- name: macos-12
runner: macos-12
- name: macos-13
runner: macos-13
- name: macos-14-M1
runner: macos-14
- name: macos-15-M1
runner: macos-15
steps:
- name: Skip Check
id: skip
Expand Down

0 comments on commit 3ef0995

Please sign in to comment.