From e02941413d33c27bfe417adbb22670550a5e41ca Mon Sep 17 00:00:00 2001 From: JonMagon Date: Sat, 15 Apr 2023 16:34:29 +0300 Subject: [PATCH] Update bundled fio --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81a0871..d359d40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: arch: [amd64] include: - os: ubuntu-20.04 - bundled-fio: '3.32' + bundled-fio: '3.34' cmake-defines: '-D CMAKE_BUILD_TYPE=Release' upload-files: 'build/{*.AppImage,*.AppImage.zsync}' steps: