Skip to content

Commit

Permalink
Try to get CI to pass (Ubuntu 20.04 is too old, and cargo deny foun…
Browse files Browse the repository at this point in the history
…d a yanked crate).
  • Loading branch information
eddyb committed Jul 14, 2023
1 parent a733ba2 commit 144b54b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-20.04-16core
runs-on: ubuntu-22.04-16core
steps:
# Note that we are explicitly NOT checking out submodules, to validate
# that we haven't accidentally enabled spirv-tools native compilation
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 144b54b

Please sign in to comment.