Skip to content

Commit

Permalink
Use macos-14.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Dec 6, 2024
1 parent 8ec7734 commit 3d5d75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

build_macOS_x64:
name: Building macOS x64
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
publish_macOS_x64:
name: Publish macOS x64
needs: [draft_release]
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 3d5d75f

Please sign in to comment.