From 476a54784f4d6ecd4430b6dd471c517f04ecbefe Mon Sep 17 00:00:00 2001 From: Vlad Gheorghiu Date: Tue, 31 Oct 2023 06:07:56 +1100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 042f38e..25932a1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] + os: [ windows-latest ] runs-on: ${{ matrix.os }} steps: @@ -28,7 +28,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.18 - name: Install liboqs POSIX if: matrix.os != 'windows-latest'