Skip to content

Commit

Permalink
Merge pull request #700 from mcneel/will/ci-ubuntu-22
Browse files Browse the repository at this point in the history
Pin ubuntu to 22.04 for github actions build
  • Loading branch information
pearswj authored Jan 6, 2025
2 parents d52248b + 3ed2ff7 commit 32fc0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

build_compute:
name: build compute
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [check_workflow, check_src]
if: ${{ needs.check_src.outputs.any_changed == 'true' || needs.check_workflow.outputs.any_changed == 'true' }}
steps:
Expand All @@ -71,4 +71,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: src/dist
name: rhino.compute
name: rhino.compute

0 comments on commit 32fc0de

Please sign in to comment.