Skip to content

Commit 7424fb9

Browse files
committed
revert : update OS ver as jobs are getting queued for very long
Signed-off-by: mohapatr3 <[email protected]>
1 parent 6ed6e8e commit 7424fb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
Build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-20.04
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Install

.github/workflows/py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
Build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-20.04
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Install

0 commit comments

Comments
 (0)