Skip to content

Commit 6ed6e8e

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

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-24.04
14+
runs-on: ubuntu-22.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-24.04
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Install

0 commit comments

Comments
 (0)