Skip to content

Commit

Permalink
[ci] Disable ubuntu-18.04 build
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed May 22, 2023
1 parent 9f4d8c9 commit 4488194
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-18.04, ubuntu-20.04, macos-latest]
os: [windows-latest, ubuntu-20.04, macos-latest]
runs-on: ${{ matrix.os }}
env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
Expand Down Expand Up @@ -122,6 +122,8 @@ jobs:
./vcpkg/vcpkg install --feature-flags=registries --debug hpp-spline
echo "JRL_PORT=ndcurves" >> $GITHUB_ENV
./vcpkg/vcpkg install --feature-flags=registries --debug ndcurves
echo "JRL_PORT=tvm" >> $GITHUB_ENV
./vcpkg/vcpkg install --feature-flags=registries --debug tvm
echo "JRL_PORT=mc-rtc" >> $GITHUB_ENV
./vcpkg/vcpkg install --feature-flags=registries --debug mc-rtc
rm -rf $VCPKG_ROOT/buildtrees
Expand Down

0 comments on commit 4488194

Please sign in to comment.