Skip to content

Commit

Permalink
Move ECL to Tier 2
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Sep 16, 2023
1 parent 4258c0f commit 51e2099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
install-quicklisp-on-tier-1-platforms:
strategy:
matrix:
implementation: ['abcl', 'ecl', 'sbcl']
implementation: ['abcl', 'sbcl']
os: ['ubuntu-latest', 'macos-latest']
runs-on: '${{ matrix.os }}'
name: 'Install QuickLisp'
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
needs: install-quicklisp-on-tier-1-platforms
strategy:
matrix:
implementation: ['clisp', 'gcl']
implementation: ['clisp', 'ecl', 'gcl']
os: ['ubuntu-latest', 'macos-latest']
runs-on: '${{ matrix.os }}'
name: 'Install QuickLisp'
Expand Down

0 comments on commit 51e2099

Please sign in to comment.