From 9f9a3441192b48445a5c0ee591feed37da2a7ecf Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 23 Jan 2024 03:08:04 +0000 Subject: [gh actions] fix parser converting 9.0 to 9 git-svn-id: svn://tug.org/texlive/trunk@69549 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/.github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build') diff --git a/Build/source/.github/workflows/main.yml b/Build/source/.github/workflows/main.yml index eba4d969cf3..671d6b55004 100644 --- a/Build/source/.github/workflows/main.yml +++ b/Build/source/.github/workflows/main.yml @@ -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 @@ -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 -- cgit v1.2.3