Skip to content

Commit

Permalink
fix: website check gh action
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sdirix committed Jan 13, 2025
1 parent ce2ae42 commit 3af084b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
check-webpage:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout repository
Expand Down

0 comments on commit 3af084b

Please sign in to comment.