Skip to content

Commit

Permalink
Downgrade Ubuntu to Jammy Jellyfish (#1867)
Browse files Browse the repository at this point in the history
* Downgrade Ubuntu to 22.04.5

* Downgrade Ubuntu to 22.04
  • Loading branch information
BCSharp authored Jan 9, 2025
1 parent aaf701d commit 9f4ebc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest-large]
os: [windows-latest, ubuntu-22.04, macos-latest-large]

steps:
- name: Install tools
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-22.04'
run: sudo apt-get -yq install mono-vbnc dos2unix
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9f4ebc1

Please sign in to comment.