Skip to content

Commit

Permalink
ACTIONS: Update Mac runners tgo macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Jan 2, 2025
1 parent 100a336 commit c70a730
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 c70a730

Please sign in to comment.