Skip to content

Commit f666d64

Browse files
committed
gha: fix runs-on statement
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 44907d1 commit f666d64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-actions-cron-update-OR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
update:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out repository code recursively
1313
uses: actions/checkout@v3

.github/workflows/github-actions-cron-update-yosys.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
update:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out repository code recursively
1313
uses: actions/checkout@v3

0 commit comments

Comments
 (0)