From 58b5c0abe6e13677d47161de5b02b92115f29b0a Mon Sep 17 00:00:00 2001 From: Victor Gaydov Date: Sun, 1 Oct 2023 10:50:19 +0400 Subject: [PATCH] TEST --- .github/workflows/build.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eb09f37ba..1fbffc72e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,8 +19,9 @@ jobs: matrix: go: [1.x] os: [ubuntu-latest, windows-latest, macos-latest] - runs-on: ${{ matrix.os }} - name: Go ${{ matrix.go }} ${{ matrix.os }} + + runs-on: ${{ matrix.os }} + name: Go ${{ matrix.go }} ${{ matrix.os }} steps: - name: Checkout uses: actions/checkout@v3 @@ -42,8 +43,9 @@ jobs: matrix: go: [1.x] os: [ubuntu-latest, windows-latest, macos-latest] - runs-on: ${{ matrix.os }} - name: Examples ${{ matrix.go }} ${{ matrix.os }} + + runs-on: ${{ matrix.os }} + name: Examples ${{ matrix.go }} ${{ matrix.os }} steps: - name: Checkout uses: actions/checkout@v3