Skip to content

Commit

Permalink
fix macos runner typo (#820) (#833)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com>
  • Loading branch information
McKnight-42 and mikealfare committed Jun 4, 2024
1 parent f32c1ed commit 5826f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
os: [ubuntu-22.04, macos12, windows-2022]
os: [ubuntu-22.04, macos-12, windows-2022]
python-version: ["3.8"]
include:
- os: ubuntu-22.04
Expand Down

0 comments on commit 5826f52

Please sign in to comment.