Skip to content

Commit

Permalink
Downgrade ubuntu runner to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
JohT committed Dec 26, 2024
1 parent 6d6c152 commit fc37a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
CI_COMMIT_CHANGELOG_MESSAGE: Update Changelog
CI_COMMIT_CHANGELOG_AUTHOR: ${{ github.event.repository.name }} Changelog Generator
Expand Down

0 comments on commit fc37a43

Please sign in to comment.