Skip to content

Commit 7c142a6

Browse files
committed
Auto merge of rust-lang#100908 - lnicola:rust-analyzer-2022-08-23, r=lnicola
⬆️ rust-analyzer r? `@ghost`
2 parents 1ea4efd + b01b944 commit 7c142a6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+2091
-625
lines changed

src/tools/rust-analyzer/.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
- os: windows-latest
3232
target: aarch64-pc-windows-msvc
3333
code-target: win32-arm64
34-
- os: ubuntu-18.04
34+
- os: ubuntu-20.04
3535
target: x86_64-unknown-linux-gnu
3636
code-target: linux-x64
37-
- os: ubuntu-18.04
37+
- os: ubuntu-20.04
3838
target: aarch64-unknown-linux-gnu
3939
code-target: linux-arm64
40-
- os: ubuntu-18.04
40+
- os: ubuntu-20.04
4141
target: arm-unknown-linux-gnueabihf
4242
code-target: linux-armhf
4343
- os: macos-11

0 commit comments

Comments
 (0)