Skip to content

Commit

Permalink
fix: macos-12 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 10, 2024
1 parent c54f7ae commit c13b484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-15
- ubuntu-20.04
emacs-version:
- '27.2'
Expand All @@ -38,7 +38,7 @@ jobs:
- os: windows-2019
emacs-version: '27.2'
target: ""
- os: macos-12
- os: macos-15
emacs-version: '27.2'
# Cross build
target: aarch64-apple-darwin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
matrix:
include:
# TODO: Get host platform from somewher instead of specifying it explicitly here.
- os: macos-12
- os: macos-15
bundle_os: macos
emacs-version: '27.2'
ext: dylib
host: x86_64-apple-darwin
- os: macos-12
- os: macos-15
bundle_os: macos
emacs-version: '27.2'
ext: dylib
Expand Down

0 comments on commit c13b484

Please sign in to comment.