File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ on: [push, pull_request]
6
6
jobs :
7
7
distros :
8
8
name : " Ubuntu with Python ${{ matrix.python-version }}"
9
- runs-on : " ubuntu-latest "
9
+ runs-on : " ubuntu-20.04 "
10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
18
18
run : |
19
19
set -ex
20
20
sudo apt update
21
- sudo apt install -y ldap-utils slapd enchant libldap2-dev libsasl2-dev apparmor-utils
21
+ sudo apt install -y ldap-utils slapd enchant-2 libldap2-dev libsasl2-dev apparmor-utils
22
22
- name : Disable AppArmor
23
23
run : sudo aa-disable /usr/sbin/slapd
24
24
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 32
32
- doc
33
33
34
34
# Use GitHub's Linux Docker host
35
- runs-on : ubuntu-latest
35
+ runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments