Skip to content

Commit f04bd68

Browse files
authored
Merge pull request #230 from GOODBOY008/hotfix
ci: update GitHub Actions to use ubuntu-latest
2 parents 530f0a3 + cb9ccdd commit f04bd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mdbook.yml

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

1111
jobs:
1212
deploy:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref }}
1616
steps:

0 commit comments

Comments
 (0)