Skip to content

Commit

Permalink
.github/workflows/ci.yml: use ubuntu-20.04 instead of 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Jan 6, 2025
1 parent 90708e2 commit 9c12f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
check-path: ${{ matrix.path }}
# Compiles, tests and packages the plugin for Ubuntu.
Ubuntu:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
needs: Format
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9c12f5a

Please sign in to comment.