Skip to content

Commit 9834e32

Browse files
authored
Merge pull request #120 from simplelocalize/version-2.8
Fix runner
2 parents ceecdc2 + 455f8a8 commit 9834e32

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ jobs:
4545
label: 'linux'
4646
filename: 'simplelocalize-cli'
4747
downloadFilename: 'simplelocalize-cli-linux'
48-
- os: 'macos-latest'
48+
- os: 'ubuntu-24.04-arm'
49+
label: 'linux-arm64'
50+
filename: 'simplelocalize-cli'
51+
downloadFilename: 'simplelocalize-cli-linux-arm64'
52+
- os: 'macos-13'
4953
label: 'mac'
5054
filename: 'simplelocalize-cli'
5155
downloadFilename: 'simplelocalize-cli-mac'

0 commit comments

Comments
 (0)