Skip to content

Commit

Permalink
build(release): fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg committed Jul 30, 2023
1 parent 0d2ce01 commit a0c2a5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# TODO Add support for running release in macos as well
strategy:
matrix:
os: [windows-latest]
os: [linux-latest]
steps:
- name: Checkout git repo
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion compiler/scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from typing import List

ROOT = os.path.realpath(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
MAX_EXECUTION_TIME_SEC = 60 * 4
MAX_EXECUTION_TIME_SEC = 60 * 30
PATHS = []

WINDOWS_OS = sys.platform.startswith('win')
Expand Down

0 comments on commit a0c2a5d

Please sign in to comment.