Skip to content

Commit 5b338c7

Browse files
committed
fix runners
1 parent 8e6a522 commit 5b338c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
Check-Changelog:
99
name: Check Changelog Action
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: tarides/changelog-check-action@v2
1313
with:

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
build:
2020

21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v4
2424

0 commit comments

Comments
 (0)