Skip to content

Commit

Permalink
removed ubuntu (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
vallant authored and ffAudio committed Jan 30, 2021
1 parent b4bfc0c commit fb712de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-latest, windows-latest]

steps:
- uses: actions/checkout@v2
Expand All @@ -28,4 +28,4 @@ jobs:
- name: Build
working-directory: ${{runner.workspace}}/build
shell: bash
run: cmake --build . --config $BUILD_TYPE
run: cmake --build . --config $BUILD_TYPE

0 comments on commit fb712de

Please sign in to comment.