Skip to content

Commit

Permalink
fix(ci): Set runner to Ubuntu 22.04
Browse files Browse the repository at this point in the history
to address deployment failing due to mismatching dependency versions.
  • Loading branch information
GeckoEidechse authored Aug 9, 2024
1 parent 8a725e5 commit fbdc579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
github-pages:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down

0 comments on commit fbdc579

Please sign in to comment.