Skip to content

Commit f2053bd

Browse files
committed
fix(ci): revert runners
1 parent b76f55b commit f2053bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
jobs:
1919
deploy:
2020
name: Deploy dev documentation
21-
runs-on: ubuntu-20.04-self-hosted
21+
runs-on: ubuntu-22.04
2222
defaults:
2323
run:
2424
working-directory: documentation

.github/workflows/release-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
jobs:
2121
deploy:
2222
name: Deploy release documentation
23-
runs-on: ubuntu-20.04-self-hosted
23+
runs-on: ubuntu-22.04
2424
steps:
2525
- name: Validate semver tag format
2626
id: validate-tag

0 commit comments

Comments
 (0)