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 14, 2023
1 parent 07f5d01 commit c3c2a8f
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 @@ -7,7 +7,7 @@ jobs:
exercise-on-tier-1-platforms:
strategy:
matrix:
implementation: ['abcl', 'ecl', 'sbcl']
implementation: ['abcl', 'sbcl']
os: ['ubuntu-latest', 'macos-11', 'macos-12', 'macos-13']
runs-on: '${{ matrix.os }}'
name: 'Install Common Lisp'
Expand All @@ -32,7 +32,7 @@ jobs:
needs: exercise-on-tier-1-platforms
strategy:
matrix:
implementation: ['clisp', 'gcl']
implementation: ['clisp', 'ecl', 'gcl']
os: ['ubuntu-latest', 'macos-11', 'macos-12', 'macos-13']
runs-on: '${{ matrix.os }}'
name: 'Install Common Lisp'
Expand Down

0 comments on commit c3c2a8f

Please sign in to comment.