From 708b19780a2fe27c562b94dc479c2acff480187a Mon Sep 17 00:00:00 2001 From: Don Date: Wed, 5 Jul 2023 19:10:25 +0100 Subject: [PATCH] Update workflow for v2.2.0s --- .github/workflows/tester.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 6a0f14da..68ef12d7 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -18,27 +18,27 @@ jobs: config: - os: windows-latest name: 'Windows 32' - fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0q/fpclazup-i386-win32.exe' + fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0s/fpclazup-i386-win32.exe' fpcup-opt: '--fpcVersion="stable.gitlab" --lazVersion="trunk.gitlab"' - os: windows-latest name: 'Windows 64' - fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0q/fpclazup-x86_64-win64.exe' + fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0s/fpclazup-x86_64-win64.exe' fpcup-opt: '--fpcVersion="stable.gitlab" --lazVersion="trunk.gitlab"' - os: ubuntu-latest name: 'Linux 64' - fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0q/fpclazup-x86_64-linux' + fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0s/fpclazup-x86_64-linux' fpcup-opt: '--fpcVersion="stable.gitlab" --lazVersion="trunk.gitlab"' - os: macos-latest name: 'MacOS 64' - fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0q/fpclazup-x86_64-darwin' + fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0s/fpclazup-x86_64-darwin' fpcup-opt: '--fpcVersion="stable.gitlab" --lazVersion="trunk.gitlab"' - os: ubuntu-latest name: 'AArch64' - fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0q/fpclazup-x86_64-linux' + fpcup-url: 'https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/download/v2.2.0s/fpclazup-x86_64-linux' fpcup-opt: '--fpcVersion="stable.gitlab" --lazVersion="trunk.gitlab"' steps: