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 7eabaee commit 64fe9ecCopy full SHA for 64fe9ec
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
os:
20
- - ubuntu-20.04
+ - ubuntu-22.04
21
- ubuntu-24.04
22
- macos-13
23
- macos-15
@@ -37,9 +37,7 @@ jobs:
37
if: ${{ runner.os == 'Linux' }}
38
run: |
39
sudo apt-get update
40
- sudo apt-get install -y \
41
- expect \
42
- ${{ matrix.os != 'ubuntu-20.04' && 'j2cli' || '' }}
+ sudo apt-get install -y expect j2cli
43
44
- name: Install dependencies on macOS
45
if: ${{ runner.os == 'macOS' }}
@@ -98,7 +96,7 @@ jobs:
98
96
done
99
97
100
- name: Set up Python 3.11
101
- if: ${{ runner.os == 'macOS' || matrix.os == 'ubuntu-20.04' }}
+ if: ${{ runner.os == 'macOS' || matrix.os == 'ubuntu-22.04' }}
102
uses: actions/setup-python@v5
103
with:
104
python-version: 3.11
0 commit comments