Skip to content

Commit

Permalink
See email from Github:
Browse files Browse the repository at this point in the history
What you need to do
Our records indicate that you've used `runs-on: macOS-10.14` in the following repositories over the last 7 days: nerdvegas/rez. Please update workflows in those repositories and change the line `runs-on: macOS-10.14` to `runs-on: macOS-latest`.
  • Loading branch information
ajohns committed Nov 8, 2019
1 parent f04ce16 commit 59e4738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os-version:
- '10.14'
- 'latest'
python-version:
- '2.7'
- '3.6'
Expand Down

0 comments on commit 59e4738

Please sign in to comment.