diff options
author | Norbert Preining <preining@logic.at> | 2024-01-24 14:58:07 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2024-01-24 14:58:07 +0000 |
commit | 2aa621d1f9bcabec03e365889ccbeb9421b9f4ea (patch) | |
tree | bcbe825f2cdf191b74501468a45d14e986c48a8f | |
parent | 3618ffd650c1245b4d9cda3864783a3279f56189 (diff) |
[gh actions] go back to 13.2 for freebsd
git-svn-id: svn://tug.org/texlive/trunk@69577 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/.github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/.github/workflows/main.yml b/Build/source/.github/workflows/main.yml index 56648c5cf96..cde97a5a3ca 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: '12.4' + release: '13.2' usesh: true run: | cd repo |