From e04fdc7c605847dd5c5c9edc9dcefb7c73de7661 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Fri, 29 Sep 2023 12:14:51 +0200 Subject: [PATCH] testing ubuntu linux and windows --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 972c049..e54ee93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,8 +5,8 @@ jobs: build: strategy: matrix: - os: [ ubuntu-latest ] - # os: [ ubuntu-latest, macos-latest, windows-latest ] + # os: [ ubuntu-latest ] + os: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: - name: checkout @@ -32,8 +32,8 @@ jobs: test: strategy: matrix: - os: [ ubuntu-latest ] - # os: [ ubuntu-latest, macos-latest, windows-latest ] + # os: [ ubuntu-latest ] + os: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }} if: ${{ github.ref_name }} == "main" steps: