diff options
author | Yuchen Wu <[email protected]> | 2024-07-26 15:34:42 -0700 |
---|---|---|
committer | Yuchen Wu <[email protected]> | 2024-08-02 11:45:44 -0700 |
commit | a76518a8dd4620c82148fbd01ff8c420c72b096e (patch) | |
tree | c287b57fcfd8bf000ecf9b9853430ca4d07f7afb /.github/workflows | |
parent | 8af7348958f243d098e4407f36302a3548ef0471 (diff) | |
download | pingora-a76518a8dd4620c82148fbd01ff8c420c72b096e.tar.gz pingora-a76518a8dd4620c82148fbd01ff8c420c72b096e.zip |
Upgrade latest Rust to 1.80yuchen/rust-1.80
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81bc51a..ffd8c71 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: pingora: strategy: matrix: - toolchain: [nightly, 1.72, 1.79] + toolchain: [nightly, 1.72, 1.80.0] runs-on: ubuntu-latest # Only run on "pull_request" event for external PRs. This is to avoid # duplicate builds for PRs created from internal branches. |