Skip to content

Commit

Permalink
Merge #472
Browse files Browse the repository at this point in the history
472: Update macos-10.15 to macos-latest r=jrvanwhy a=SheepSeb

## This PR Resolves
There is an issue with the macos runner in the CI because ```macos-10.15``` has been deprecated an now it takes a day until the check gets timeout.
I suggest using ```macos-latest``` in order to have always the latest LTS runner in the CI

Co-authored-by: Sebastian Nae <naesebi2000@gmail.com>
  • Loading branch information
bors[bot] and SheepSeb committed May 9, 2023
2 parents cff868b + 034bf3f commit bd77788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: pull_request

jobs:
ci-mac-os:
runs-on: macos-10.15
runs-on: macos-latest

steps:
# Clones a single commit from the libtock-rs repository. The commit cloned
Expand Down

0 comments on commit bd77788

Please sign in to comment.