Skip to content

Commit

Permalink
Fix non-monotonic time on Mac OS GH Runner (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
danrosen25 authored Dec 5, 2024
1 parent 8423bcc commit b39311b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/development-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
sudo apt-get -qq update
sudo apt install -qq -y autoconf automake libtool
elif [[ "${{matrix.config.osys}}" == "macos-"* ]]; then
sudo systemsetup -setusingnetworktime off
sudo rm -rf /etc/ntp.conf
brew install autoconf automake libtool
brew unlink libevent || true
fi
Expand Down

0 comments on commit b39311b

Please sign in to comment.