Skip to content

Commit

Permalink
Merge pull request #493 from crazy-max/ci-fix-build
Browse files Browse the repository at this point in the history
ci: switch to ubuntu-22.04 runner
  • Loading branch information
crazy-max authored Feb 8, 2025
2 parents b6023d6 + 415dff8 commit 3d3c0e5
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 @@ -25,7 +25,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
-
name: Login to DockerHub
Expand Down

0 comments on commit 3d3c0e5

Please sign in to comment.