Skip to content

Commit 227f337

Browse files
authored
Merge pull request #718 from vvbandeira/fix-gha-runs-on
gha: fix runs-on statement
2 parents 44907d1 + f666d64 commit 227f337

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)