Skip to content

Commit

Permalink
[gh actions] fix parser converting 9.0 to 9
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@69549 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
norbusan committed Jan 23, 2024
1 parent 8bdacf5 commit 3207764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
uses: vmactions/freebsd-vm@v1
if: ${{ matrix.os == 'freebsd' && (matrix.ci_build || matrix.release_build) }}
with:
release: 13.2
release: '13.2'
usesh: true
run: |
cd repo
Expand All @@ -154,7 +154,7 @@ jobs:
uses: vmactions/netbsd-vm@v1
if: ${{ matrix.os == 'netbsd' && (matrix.ci_build || matrix.release_build) }}
with:
release: 9.0
release: '9.0'
usesh: true
run: |
cd repo
Expand Down

0 comments on commit 3207764

Please sign in to comment.