Skip to content

Commit

Permalink
[CI] Switch to macOS 14 (drop macOS 12 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderestivo committed Jul 6, 2024
1 parent a8dca1f commit d2a2147
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emacs-26.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13]
os: [macos-13, macos-14]
build_opts:
# All options (imagemagick@6)
- '--with-cocoa --with-no-frame-refocus --with-imagemagick --with-multicolor-fonts --with-retro-icon-sink-bw'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emacs-27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13]
os: [macos-13, macos-14]
build_opts:
# All options (imagemagick@7)
- '--with-cocoa --with-no-frame-refocus --with-imagemagick --with-pdumper --with-xwidgets --with-retro-icon-sink-bw'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emacs-28.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13]
os: [macos-13, macos-14]
build_opts:
# All options (imagemagick@7)
- '--with-cocoa --with-no-frame-refocus --with-imagemagick --with-pdumper --with-xwidgets --with-native-comp --with-retro-icon-sink-bw'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emacs-29.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13]
os: [macos-13, macos-14]
build_opts:
# All options (imagemagick@7)
- '--with-cocoa --with-no-frame-refocus --with-imagemagick --with-pdumper --with-xwidgets --with-tree-sitter --with-poll --with-retro-icon-sink-bw'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emacs-30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13]
os: [macos-13, macos-14]
build_opts:
# All options (imagemagick@7)
- '--with-cocoa --with-imagemagick --with-pdumper --with-xwidgets --with-tree-sitter --with-poll --with-retro-icon-sink-bw'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emacs-31.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13]
os: [macos-13, macos-14]
build_opts:
# All options (imagemagick@7)
- '--with-cocoa --with-imagemagick --with-pdumper --with-xwidgets --with-tree-sitter --with-poll --with-retro-icon-sink-bw'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emacs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13]
os: [macos-13, macos-14]
build_opts:
# Emacs-head@27 - All options (imagemagick@7)
- '--with-cocoa --with-no-frame-refocus --with-imagemagick --with-pdumper --with-xwidgets'
Expand Down

0 comments on commit d2a2147

Please sign in to comment.