Skip to content

Commit

Permalink
Merge pull request #75 from Abjad/trevor/bump-gha-lilypond-to-2-25-23
Browse files Browse the repository at this point in the history
Bump GHA LilyPond from 2.25.22 to 2.25.23
  • Loading branch information
trevorbaca authored Jan 31, 2025
2 parents 0dbee3f + 5e761a8 commit f978de9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12", "3.13", "3.14-dev"]
python-version: ["3.12", "3.13"]

steps:
- uses: actions/checkout@v2
Expand All @@ -22,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install LilyPond
run: |
lilypond_version=2.25.22
lilypond_version=2.25.23
lilypond_archive=lilypond-${lilypond_version}-linux-x86_64.tar.gz
lilypond_url=https://gitlab.com/lilypond/lilypond/-/releases/
lilypond_url=${lilypond_url}/v${lilypond_version}/downloads/${lilypond_archive}
Expand Down

0 comments on commit f978de9

Please sign in to comment.