Skip to content

Commit

Permalink
proper names for snakes on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed May 6, 2024
1 parent 4bfe3d4 commit a6981dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
make pyslow5 &&
python3 -m unittest -v python/test.py"
os_x_11:
name: pyslow5 mac os
name: pyslow5 mac os 11
runs-on: macos-11
steps:
- uses: actions/checkout@v2
Expand All @@ -88,7 +88,7 @@ jobs:
- name: test
run: python3 -m unittest -v python/test.py
os_x_12:
name: pyslow5 mac os
name: pyslow5 mac os 12
runs-on: macos-12
steps:
- uses: actions/checkout@v2
Expand All @@ -99,7 +99,7 @@ jobs:
- name: test
run: python3 -m unittest -v python/test.py
os_x_13:
name: pyslow5 mac os
name: pyslow5 mac os 13
runs-on: macos-13
steps:
- uses: actions/checkout@v2
Expand All @@ -110,7 +110,7 @@ jobs:
- name: test
run: python3 -m unittest -v python/test.py
os_x_14:
name: pyslow5 mac os
name: pyslow5 mac os 14
runs-on: macos-12
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a6981dc

Please sign in to comment.