From ea8182c2ea1187de07262bdcf6ab46448844c116 Mon Sep 17 00:00:00 2001 From: Richie Yeung Date: Mon, 13 Nov 2023 16:24:36 +0000 Subject: [PATCH] Multiple platforms --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 83322479..24f4f61a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,8 +12,8 @@ jobs: build_and_deploy: strategy: matrix: -# os: [ ubuntu-latest, windows-latest, macos-latest ] - os: [ ubuntu-latest ] + os: [ ubuntu-latest, windows-latest, macos-latest ] +# os: [ ubuntu-latest ] python-version: [ 3.11 ] runs-on: ${{ matrix.os }} steps: @@ -31,4 +31,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: ${{ matrix.os }} - path: build/* \ No newline at end of file + path: build/*