Skip to content

Commit

Permalink
fix macos runner typo (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed May 13, 2024
1 parent b57890e commit 43968b5
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 43968b5

Please sign in to comment.