Skip to content

Commit

Permalink
ACTIONS: Update Mac runners to macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Jan 14, 2025
1 parent 04be3ab commit 51ccff9
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_autotools_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-14

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_cmake_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-14

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 51ccff9

Please # to comment.