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.
2 parents ceecdc2 + 455f8a8 commit 9834e32Copy full SHA for 9834e32
.github/workflows/build.yml
@@ -45,7 +45,11 @@ jobs:
45
label: 'linux'
46
filename: 'simplelocalize-cli'
47
downloadFilename: 'simplelocalize-cli-linux'
48
- - os: 'macos-latest'
+ - os: 'ubuntu-24.04-arm'
49
+ label: 'linux-arm64'
50
+ filename: 'simplelocalize-cli'
51
+ downloadFilename: 'simplelocalize-cli-linux-arm64'
52
+ - os: 'macos-13'
53
label: 'mac'
54
55
downloadFilename: 'simplelocalize-cli-mac'
0 commit comments