Skip to content

Commit ed800c5

Browse files
committed
update
1 parent d85cd6e commit ed800c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on: [ push, workflow_dispatch ]
1919

2020
jobs:
2121
build:
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-latest
2323
if: "!contains(github.event.head_commit.message, '[no-ci]')"
2424
env:
2525
ALLREP_TOKEN: "${{secrets.ALLREP_TOKEN}}"

.github/workflows/to-wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on: [ push, workflow_dispatch ]
1919

2020
jobs:
2121
copy-to-wiki:
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-latest
2323
if: "!contains(github.event.head_commit.message, '[no-ci]')"
2424
env:
2525
ALLREP_TOKEN: "${{secrets.ALLREP_TOKEN}}"

0 commit comments

Comments
 (0)