Skip to content

Commit

Permalink
macos not macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Dalton committed Apr 23, 2024
1 parent 417a470 commit 251a5dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ jobs:
run:
name: Python ${{ matrix.python-version }} on ${{ startsWith(matrix.os, 'macos-') && 'macOS' || startsWith(matrix.os, 'windows-') && 'Windows' || 'Linux' }}
runs-on: ${{ matrix.os }}

# skip build of commit contains 'skip ci'
if: "!contains(github.event.head_commit.message, 'skip ci')"

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
Expand Down

0 comments on commit 251a5dc

Please sign in to comment.