Skip to content

Commit

Permalink
Update the OS mapping in the binaries file.
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Dec 8, 2022
1 parent b62b75c commit 7d6dd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class environment:
def __init__(self):
os_mapping = {
"windows-latest": self.WIN,
"ubuntu-latest": self.LINUX,
"ubuntu-20.04": self.LINUX,
"macos-latest": self.MACOS
}
self.os = os_mapping[os.getenv("BINARY_OS")]
Expand Down

0 comments on commit 7d6dd5e

Please sign in to comment.