Skip to content

Commit ff514dd

Browse files
committed
Downgrade Ubuntu to 22.04.5
1 parent aaf701d commit ff514dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [windows-latest, ubuntu-latest, macos-latest-large]
13+
os: [windows-latest, ubuntu-22.04.5, macos-latest-large]
1414

1515
steps:
1616
- name: Install tools
17-
if: matrix.os == 'ubuntu-latest'
17+
if: matrix.os == 'ubuntu-22.04.5'
1818
run: sudo apt-get -yq install mono-vbnc dos2unix
1919
- uses: actions/checkout@v4
2020
with:

0 commit comments

Comments
 (0)