Skip to content

Commit

Permalink
Try s/macos/darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Apr 24, 2024
1 parent 9f01f84 commit b71f749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: [ 'ubuntu-latest' ]
python: [3.7, 3.8, 3.9, '3.10']
include:
- os: 'macos-latest'
- os: 'darwin'
python: '3.8'
experimental: true

Expand All @@ -34,7 +34,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y shellcheck graphviz
- name: Brew Install
if: startsWith(matrix.os, 'macos')
if: startsWith(matrix.os, 'darwin')
run: |
brew update
brew install graphviz
Expand Down

0 comments on commit b71f749

Please sign in to comment.