Skip to content

Commit

Permalink
Downgrade Ubuntu
Browse files Browse the repository at this point in the history
Refs actions/runner-images#10636
Hopefully Fixes #12370
  • Loading branch information
Siedlerchr committed Jan 10, 2025
1 parent c11f8fc commit ffb33a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
os: [ubuntu-22.04, windows-latest, macos-13]
include:
- os: ubuntu-latest
- os: ubuntu-22.04
displayName: linux
archivePortable: tar -c -C build/distribution JabRef | pigz --rsyncable > build/distribution/JabRef-portable_linux.tar.gz && rm -R build/distribution/JabRef
- os: windows-latest
Expand Down

0 comments on commit ffb33a8

Please sign in to comment.