Skip to content

Commit 9f4ebc1

Browse files
authored
Downgrade Ubuntu to Jammy Jellyfish (#1867)
* Downgrade Ubuntu to 22.04.5 * Downgrade Ubuntu to 22.04
1 parent aaf701d commit 9f4ebc1

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, macos-latest-large]
1414

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

0 commit comments

Comments
 (0)