Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Mar 12, 2024
1 parent 466650f commit c02a004
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .tools/boilercv_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ def sync():
RUNNER = "macos-12"
case "windows":
RUNNER = "windows-2022"
case _:
case "linux":
RUNNER = "ubuntu-22.04"
case _:
raise ValueError(f"Unsupported platform: {PLATFORM}")

match version_info[:2]:
case (3, 8):
Expand Down

0 comments on commit c02a004

Please sign in to comment.