Skip to content

Commit

Permalink
separate
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenqa committed Oct 21, 2024
1 parent 083d94a commit 94ecce9
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ jobs:
runs-on: ${{ matrix.agent }}
strategy:
matrix:
agent: [ "macos-12", "macos-13", "macos-14", "macos-15" ]
agent: [ "macos-13", "macos-15" ]
steps:
- run: arch
# - uses: actions/checkout@v3
# - uses: graalvm/setup-graalvm@v1
# with:
# java-version: '17'
# distribution: 'graalvm'
# - run: ./gradlew build
# - run: ./gradlew nativeCompile
# - uses: actions/upload-artifact@v4
# with:
# name: xcresults
# path: ./build/native/nativeCompile/xcresults
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
with:
java-version: '17'
distribution: 'graalvm'
- run: ./gradlew build
- run: ./gradlew nativeCompile
- run: echo "ARCH=$(arch)" >> "$GITHUB_ENV"
- uses: actions/upload-artifact@v4
with:
name: xcresults
path: ./build/native/nativeCompile/xcresults
- uses: actions/upload-artifact@v4
with:
name: xcresults-amd64
path: ./build/native/nativeCompile/xcresults

0 comments on commit 94ecce9

Please sign in to comment.