From 83621cc0c0d8c9f9ec0e7d4725c1a2e716e6b33e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sat, 23 Nov 2024 12:37:16 +0100 Subject: [PATCH] fix null condition 2 --- .github/workflows/pre-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 93db3f8b..4b2cadb6 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -11,15 +11,15 @@ jobs: matrix: include: - os: ubuntu-latest - target: null + target: - os: ubuntu-latest target: aarch64-unknown-linux-musl - os: ubuntu-latest target: x86_64-pc-windows-gnu - os: macos-13 - target: null + target: - os: macos-14 - target: null + target: steps: - name: Checkout code uses: actions/checkout@v4