Skip to content

Commit

Permalink
Lock Ubuntu at 22.04 for CPP / Rust Test Workflow (#1286)
Browse files Browse the repository at this point in the history
* lock ubuntu at 22.04

Signed-off-by: hillium <yujuncen@pingcap.com>

* allow static_mut_refs

Signed-off-by: hillium <yujuncen@pingcap.com>

---------

Signed-off-by: hillium <yujuncen@pingcap.com>
  • Loading branch information
YuJuncen authored Dec 16, 2024
1 parent 17bdaaa commit 737068e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- release-4.0
jobs:
cpp-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- release-3.0
jobs:
rust-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs

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

0 comments on commit 737068e

Please sign in to comment.