We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0abcb9 commit 0ed9150Copy full SHA for 0ed9150
1 file changed
.github/workflows/ci.yml
@@ -52,15 +52,15 @@ jobs:
52
strategy:
53
matrix:
54
platform:
55
- - name: "Linux / x64"
+ - name: "linux-x86_64"
56
runner: "ubuntu-latest"
57
- - name: "Linux / arm"
+ - name: "linux-aarch64"
58
runner: "ubuntu-24.04-arm"
59
- - name: "Windows"
+ - name: "windows-x86_64"
60
runner: "windows-latest"
61
- - name: "macOS / arm"
+ - name: "macos-aaarch64"
62
runner: "macos-latest"
63
- - name: "macOS / x64"
+ - name: "macos-x86_64"
64
runner: "macos-13"
65
fail-fast: false
66
runs-on: "${{ matrix.platform.runner }}"
0 commit comments