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 13ea9ee commit d743864Copy full SHA for d743864
.github/workflows/test-no-changes-file.yml
.github/workflows/test-working-directory.yml
.github/workflows/test.yml
@@ -15,16 +15,6 @@ jobs:
15
os: ubuntu-20.04
16
target: x86_64-unknown-linux-gnu
17
cache-cross-binary: true
18
- - platform_name: Linux-powerpc64
19
- os: ubuntu-20.04
20
- target: powerpc64-unknown-linux-gnu
21
- cache-cross-binary: true
22
- - platform_name: Windows-x86_64
23
- os: windows-latest
24
- target: x86_64-pc-windows-msvc
25
- - platform_name: macOS-aarch64
26
- os: macOS-latest
27
- target: aarch64-apple-darwin
28
29
runs-on: ${{ matrix.platform.os }}
30
steps:
0 commit comments