Skip to content

Commit

Permalink
Merge pull request #1540 from contour-terminal/ci/update-macos-job
Browse files Browse the repository at this point in the history
[Github CI] Update macOS job to macos-14
  • Loading branch information
christianparpart committed Jun 25, 2024
2 parents 80c6627 + f875a1e commit b206574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ jobs:
# {{{ macOS
osx:
name: "macOS"
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: set variables
Expand Down
1 change: 1 addition & 0 deletions metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<release version="0.4.4" urgency="medium" type="development">
<description>
<ul>
<li>macOS package is now Apple Silicon native</li>
<li>Add CoreText font fallback implementation for macOS (#1533)</li>
<li>Add Ubuntu-24.04 in github actions (#1460)</li>
<li>Add 'early_exit_threshold' config option (#1460)</li>
Expand Down

0 comments on commit b206574

Please sign in to comment.