Skip to content

Commit 81bf453

Browse files
committed
fix: website check gh action
The GH action we use to daily check our website for issues did no longer work as its implementation is incompatible to the latest Ubuntu (24.04) default settings. Pins the Ubuntu version to 22.04 to fix the issue for now.
1 parent eebccfa commit 81bf453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-website.yml

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

77
jobs:
88
check-webpage:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010

1111
steps:
1212
- name: Checkout repository

0 commit comments

Comments
 (0)