Skip to content

Commit

Permalink
updated name of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
barnesd8 committed Apr 21, 2024
1 parent c0be675 commit b01fb7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_installs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Run tests
run: make tests
build-312-ubuntu:
name: Build on Python 3.12
name: Build on Python 3.12 ubuntu
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand All @@ -166,7 +166,7 @@ jobs:
- name: Run tests
run: make tests
build-312-mac:
name: Build on Python 3.12
name: Build on Python 3.12 mac
runs-on: mac-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit b01fb7a

Please sign in to comment.