Skip to content

Commit

Permalink
Merge pull request #18133 from github/oscarsj/upgrade-codespaces-ubun…
Browse files Browse the repository at this point in the history
…tu-2404

Update codespaces default config to ubuntu 24
  • Loading branch information
criemen authored Dec 2, 2024
2 parents 10be890 + e93ce7c commit 2e9f857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
"extensions": [
"rust-lang.rust-analyzer",
"bungcip.better-toml",
Expand Down
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ MODULE.bazel @github/codeql-ci-reviewers
# Misc
/misc/scripts/accept-expected-changes-from-ci.py @RasmusWL
/misc/scripts/generate-code-scanning-query-list.py @RasmusWL

# .devcontainer
/.devcontainer/ @github/codeql-ci-reviewers

0 comments on commit 2e9f857

Please sign in to comment.