Skip to content

Commit f1a96dd

Browse files
authored
Merge pull request #357 from pblottiere/fix_websuite_build
Use Ubuntu 22.04 runner to build the website
2 parents 3785674 + da06a0c commit f1a96dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
code:
1111
name: Website
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Check out repository code
1515
uses: actions/checkout@v2

0 commit comments

Comments
 (0)