Skip to content

Commit

Permalink
swap to ubuntu-latest till ci is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Nov 4, 2024
1 parent 9400094 commit 0c71975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-developer-experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
just:
- version: 1.36.0
continue-on-error: ${{ matrix.rust.optional }}
runs-on:
- lab
runs-on: "ubuntu-latest"
timeout-minutes: 45
steps:
- name: login to ghcr.io
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/sterile-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ permissions:

jobs:
test:
runs-on:
- lab
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -137,8 +136,7 @@ jobs:
limit-access-to-actor: true

push:
runs-on:
- lab
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 0c71975

Please sign in to comment.