From e6bb0a1e31e45077229849d23538a1bdc4554b97 Mon Sep 17 00:00:00 2001 From: photophobic martin <80461402+smallbutfine@users.noreply.github.com> Date: Sun, 26 Mar 2023 17:03:49 +0200 Subject: [PATCH] Update build-and-test.yml Signed-off-by: photophobic martin <80461402+smallbutfine@users.noreply.github.com> --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 5c63475..1982d34 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: operating-system: [windows-2019,ubuntu-22.04,macos-latest] - lazarus-versions: dist + lazarus-versions: [dist] steps: - name: Checkout source code uses: actions/checkout@v2