Skip to content

Commit

Permalink
last one waited indefinitely (?) for a runner, maybe this one?
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jan 17, 2025
1 parent a74025b commit 4943fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contrib_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
rs-lints:
name: Rust lints (fmt, check, clippy, tests, doc)
# TODO(andreas): setup-vulkan doesn't work on 24.4 right now due to missing .so
runs-on: ubuntu-22.04-16-cores
runs-on: ubuntu-22.04-16core
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_checks_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
rs-lints:
name: Rust lints (fmt, check, clippy, tests, doc)
# TODO(andreas): setup-vulkan doesn't work on 24.4 right now due to missing .so
runs-on: ubuntu-22.04-16-cores
runs-on: ubuntu-22.04-16core
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4943fb9

Please sign in to comment.