Skip to content

Commit

Permalink
Downgrade Ubuntu to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
BCSharp committed Jan 9, 2025
1 parent ff514dd commit d61a5b0
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-22.04.5, macos-latest-large]
os: [windows-latest, ubuntu-22.04, macos-latest-large]

steps:
- name: Install tools
if: matrix.os == 'ubuntu-22.04.5'
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 d61a5b0

Please sign in to comment.