Skip to content

Commit

Permalink
Bump workflows to ECL version 24.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Jul 21, 2024
1 parent 6101d68 commit f45d069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
lisp: [sbcl-bin, ccl-bin/1.12.2, ecl/23.9.9]
lisp: [sbcl-bin, ccl-bin/1.12.2, ecl/24.5.10]
os: [ubuntu-latest]
env:
LISP: ${{ matrix.lisp }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
lisp: [sbcl-bin, ccl-bin/1.12.2, ecl/23.9.9]
lisp: [sbcl-bin, ccl-bin/1.12.2, ecl/24.5.10]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- os: windows-latest
lisp: ecl/23.9.9
lisp: ecl/24.5.10
- os: windows-latest
lisp: ccl-bin/1.12.2
- os: macos-latest
Expand Down

0 comments on commit f45d069

Please sign in to comment.