Skip to content

Commit c64d144

Browse files
committed
Use beta runner
1 parent e8b3a23 commit c64d144

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -46,7 +46,7 @@ jobs:
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

0 commit comments

Comments
 (0)