From 3023705c702f05abcae2bf407de776ee00f35fa4 Mon Sep 17 00:00:00 2001 From: ste Date: Fri, 25 Aug 2023 21:51:35 +0200 Subject: [PATCH] Fix invalid build reference breaking include --- .github/workflows/integration.yml | 3 +-- .github/workflows/release.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 04d1096..7202e28 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -26,8 +26,7 @@ jobs: fail-fast: false matrix: build: - - self-hosted - # - x86_64-linux + - x86_64-linux # - x86_64-windows feature: - "server" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dab3fba..6eeb5e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,7 @@ jobs: build: name: "Build & Upload" + runs-on: ${{ matrix.os }} needs: - get-tag strategy: @@ -61,8 +62,6 @@ jobs: os: windows-latest build: x86_64-windows ext: .exe - - runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3