Skip to content

Commit

Permalink
try to build intel cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenqa committed Oct 21, 2024
1 parent a7e92dd commit 4f7914a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
Expand All @@ -16,3 +16,7 @@ jobs:
distribution: 'graalvm'
- run: ./gradlew build
- run: ./gradlew nativeCompile
- uses: actions/upload-artifact@v4
with:
name: xcresults
path: ./build/native/nativeCompile/xcresults

0 comments on commit 4f7914a

Please sign in to comment.