Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust GitHub Actions for Ubuntu 24.04. #297

Merged
merged 5 commits into from
Jan 15, 2025

Conversation

PiotrSikora
Copy link
Member

GitHub migrated ubuntu-latest to ubuntu-24.04, which comes with
a different set of pre-installed software. Most notably, both cargo
audit and outdated tools are missing.

Pin jobs to a specific version of the runner image to avoid another
upgrade from breaking us in the future.

GitHub migrated `ubuntu-latest` to `ubuntu-24.04`, which comes with
a different set of pre-installed software. Most notably, both cargo
audit and outdated tools are missing.

Pin jobs to a specific version of the runner image to avoid another
upgrade from breaking us in the future.

Signed-off-by: Piotr Sikora <[email protected]>
@PiotrSikora PiotrSikora requested a review from leonm1 January 3, 2025 15:42
@PiotrSikora PiotrSikora merged commit c1485d3 into proxy-wasm:main Jan 15, 2025
19 of 21 checks passed
@PiotrSikora PiotrSikora deleted the ubuntu-24.02 branch January 15, 2025 10:35
pull bot pushed a commit to Kong/proxy-wasm-rust-sdk that referenced this pull request Jan 15, 2025
GitHub migrated `ubuntu-latest` to `ubuntu-24.04`, which comes with
a different set of pre-installed software. Most notably, both cargo
audit and outdated tools are missing.

While there, pin runner image and tools to specific versions.

Signed-off-by: Piotr Sikora <[email protected]>
thibaultcha pushed a commit to Kong/proxy-wasm-rust-sdk that referenced this pull request Jan 23, 2025
GitHub migrated `ubuntu-latest` to `ubuntu-24.04`, which comes with
a different set of pre-installed software. Most notably, both cargo
audit and outdated tools are missing.

While there, pin runner image and tools to specific versions.

Signed-off-by: Piotr Sikora <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants