aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorYuchen Wu <[email protected]>2024-07-26 15:34:42 -0700
committerYuchen Wu <[email protected]>2024-08-02 12:08:38 -0700
commit29746f6968429dac94eec7decce83338cbe61304 (patch)
treec287b57fcfd8bf000ecf9b9853430ca4d07f7afb /.github/workflows
parent8af7348958f243d098e4407f36302a3548ef0471 (diff)
downloadpingora-29746f6968429dac94eec7decce83338cbe61304.tar.gz
pingora-29746f6968429dac94eec7decce83338cbe61304.zip
Upgrade latest Rust to 1.80
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
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.