Skip to content

Commit

Permalink
bump ubuntu in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Mar 16, 2023
1 parent ceb2af2 commit 9e9e847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

def get_llvm_url():
system = platform.system()
system_suffix = {"Linux": "linux-gnu-ubuntu-20.04", "Darwin": "apple-darwin"}[
system_suffix = {"Linux": "linux-gnu-ubuntu-22.04", "Darwin": "apple-darwin"}[
system
]
LIB_ARCH = os.environ.get("LIB_ARCH", platform.machine())
Expand Down

0 comments on commit 9e9e847

Please sign in to comment.