Skip to content

Commit

Permalink
Merge pull request #106 from simplelocalize/update-dependencies
Browse files Browse the repository at this point in the history
Print artchitecture
  • Loading branch information
jpomykala authored Apr 17, 2024
2 parents 8f26549 + 5d57e9a commit 60e81a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
label: 'linux'
filename: 'simplelocalize-cli'
downloadFilename: 'simplelocalize-cli-linux'
- os: 'macos-11'
- os: 'macos-latest'
label: 'mac'
filename: 'simplelocalize-cli'
downloadFilename: 'simplelocalize-cli-mac'
- os: 'macos-latest'
- os: 'macos-14'
label: 'mac-arm64'
filename: 'simplelocalize-cli'
downloadFilename: 'simplelocalize-cli-mac-arm64'
Expand All @@ -61,6 +61,9 @@ jobs:
steps:
- uses: actions/checkout@v4
name: "Checkout"
- name: "Print architecture"
run: uname -m
if: startsWith(matrix.os, 'macos')
- uses: graalvm/setup-graalvm@v1
name: "Install GraalVM"
with:
Expand Down

0 comments on commit 60e81a2

Please sign in to comment.