Skip to content

Commit

Permalink
Use MacOS 14 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Apr 12, 2024
1 parent fdd1bce commit 59fc799
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on: [pull_request]

jobs:
build:
runs-on: macos-latest
runs-on: macos-13-large

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

jobs:
build:
runs-on: macos-latest
runs-on: macos-13-large

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

jobs:
build:
runs-on: macos-latest
runs-on: macos-13-large

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion libs/core/lock_registration/src/register_locks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ namespace hpx::util {

static bool set_ignore_all_locks(bool enable)
{
bool& val= get_held_locks().data_->ignore_all_locks_;
bool& val = get_held_locks().data_->ignore_all_locks_;
if (val != enable)
{
val = enable;
Expand Down

0 comments on commit 59fc799

Please sign in to comment.