Skip to content

Commit

Permalink
Add os version to build string
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Nov 21, 2024
1 parent f56d144 commit 1d10eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build-and-test:
name: build py3.${{ matrix.python-version }} on ${{ matrix.platform || matrix.os.base }}
name: build py3.${{ matrix.python-version }} on ${{ matrix.platform || matrix.os.base }}-${{ matrix.os.version }}
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 1d10eab

Please sign in to comment.