We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14f407 commit 52e878cCopy full SHA for 52e878c
src/tools/rust-analyzer/.github/workflows/release.yaml
@@ -34,14 +34,14 @@ jobs:
34
- os: windows-latest
35
target: aarch64-pc-windows-msvc
36
code-target: win32-arm64
37
- - os: ubuntu-20.04
+ - os: ubuntu-latest
38
target: x86_64-unknown-linux-gnu
39
code-target: linux-x64
40
container: rockylinux:8
41
42
target: aarch64-unknown-linux-gnu
43
code-target: linux-arm64
44
45
target: arm-unknown-linux-gnueabihf
46
code-target: linux-armhf
47
- os: macos-13
0 commit comments