Skip to content

Commit

Permalink
build on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Oct 6, 2023
1 parent 8d0bb25 commit 2e0ae6d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
fail-fast: false
matrix:
include:
# - os: ubuntu-22.04
- os: ubuntu-20.04
- os: windows-latest
# - os: macos-12
# arch: x86_64
# - os: macos-12
# arch: arm64
- os: macos-12
arch: x86_64
- os: macos-12
arch: arm64
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
./build_release_macos.sh -dp -a arm64
- name: Build on Ubuntu
if: matrix.os == 'ubuntu-22.04'
if: matrix.os == 'ubuntu-20.04'
working-directory: ${{ github.workspace }}
run: |
sudo apt-get update
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
path: ${{ github.workspace }}/deps/build/OrcaSlicer_dep

- name: Upload Ubuntu artifacts
if: matrix.os == 'ubuntu-22.04'
if: matrix.os == 'ubuntu-20.04'
uses: actions/upload-artifact@v3
with:
name: OrcaSlicer_dep_ubuntu_${{ env.date }}
Expand Down

0 comments on commit 2e0ae6d

Please sign in to comment.