File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 matrix :
2121 os :
2222 - macos-latest
23- - ubuntu-latest
23+ - ubuntu-22.04
2424 - windows-latest
2525
2626 # run the job on every combination of "os" above
4646 msiexec /qn /i sbcl.msi
4747
4848 - name : Install Ubuntu dependencies
49- if : matrix.os == 'ubuntu-latest '
49+ if : matrix.os == 'ubuntu-22.04 '
5050 run : |
5151 sudo dpkg --add-architecture i386
5252 sudo apt-get update
@@ -95,17 +95,17 @@ jobs:
9595 ccl64 --batch --load scripts/usr-install.lisp
9696
9797 - name : Install CCL kernel on Ubuntu
98- if : matrix.os == 'ubuntu-latest '
98+ if : matrix.os == 'ubuntu-22.04 '
9999 run : |
100100 ccl --batch --load scripts/usr-install.lisp
101101
102102 - name : Install CLASP kernel
103- if : matrix.os == 'ubuntu-latest '
103+ if : matrix.os == 'ubuntu-22.04 '
104104 run : |
105105 iclasp-boehmprecise --non-interactive --load scripts/usr-install.lisp
106106
107107 - name : Install ECL kernel
108- if : matrix.os == 'ubuntu-latest '
108+ if : matrix.os == 'ubuntu-22.04 '
109109 run : |
110110 ecl --load scripts/usr-install.lisp --eval '(ext:quit)'
111111
You can’t perform that action at this time.
0 commit comments