Skip to content

Commit

Permalink
Convert x64 self-host to ubuntu-latest (#2384)
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter authored Jan 11, 2024
1 parent 201e7a4 commit c8c18e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
build:
if: github.repository_owner == 'viamrobotics'
runs-on: [self-hosted, x64, linux]
runs-on: ubuntu-latest
container:
image: ghcr.io/viamrobotics/canon:amd64
steps:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
generate-index:
needs: deploy
if: github.repository_owner == 'viamrobotics'
runs-on: [self-hosted, x64]
runs-on: ubuntu-latest
container:
image: ghcr.io/viamrobotics/canon:amd64
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-deploy-and-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
pr-deploy-and-comment:
if: ${{ contains(github.event.*.labels.*.name, 'safe to build') }}
runs-on: [self-hosted, x64, linux]
runs-on: ubuntu-latest
container:
image: ghcr.io/viamrobotics/canon:amd64
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
on: pull_request
jobs:
htmltest:
runs-on: [self-hosted, x64, linux]
runs-on: ubuntu-large
container:
image: ghcr.io/viamrobotics/canon:amd64
steps:
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
with:
name: htmltest-report
path: tmp/.htmltest/htmltest.log
retention-days: 7 # Default is 90 days
retention-days: 7 # Default is 90 days

0 comments on commit c8c18e9

Please sign in to comment.