commit | 7a6c30e8ac9d63aedaa0a9ca9781398bb4b49cb1 | [log] [tgz] |
---|---|---|
author | Chi Wang <chiwang@google.com> | Thu Nov 28 18:34:53 2024 +0800 |
committer | GitHub <noreply@github.com> | Thu Nov 28 11:34:53 2024 +0100 |
tree | b5d2a2158754af93ea002ec21dba27849956b3c1 | |
parent | 9b9dc42fa881a4f5d1530ac9b8f30f655fe59e54 [diff] |
agent: upgrade to ubuntu-latest for presubmit. (#2127)
diff --git a/.github/workflows/presubmit-agent.yml b/.github/workflows/presubmit-agent.yml index 46e4a30..5be8b82 100644 --- a/.github/workflows/presubmit-agent.yml +++ b/.github/workflows/presubmit-agent.yml
@@ -16,7 +16,7 @@ build: [linux, macos, win-msvc] include: - build: linux - os: ubuntu-18.04 + os: ubuntu-latest rust: nightly target: x86_64-unknown-linux-musl - build: macos