We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf701d commit 9f4ebc1Copy full SHA for 9f4ebc1
.github/workflows/main.yml
@@ -10,11 +10,11 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- os: [windows-latest, ubuntu-latest, macos-latest-large]
+ os: [windows-latest, ubuntu-22.04, macos-latest-large]
14
15
steps:
16
- name: Install tools
17
- if: matrix.os == 'ubuntu-latest'
+ if: matrix.os == 'ubuntu-22.04'
18
run: sudo apt-get -yq install mono-vbnc dos2unix
19
- uses: actions/checkout@v4
20
with:
0 commit comments