Skip to content

Commit

Permalink
chore: use old ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
cric96 authored Feb 9, 2024
1 parent e26b748 commit eb08e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
# Using matrix build even if not needed
matrix:
os: [ ubuntu-latest ]
os: [ ubuntu-20.04 ]
jvm_version: [ 11 ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit eb08e38

Please sign in to comment.