Skip to content

Commit

Permalink
Ensure GraalVM Native Build Compatibility
Browse files Browse the repository at this point in the history
Motivation:
Ensure GraalVM Native Build Compatibility

Modifications:
Add Native build test

Result:
Ensured GraalVM Native Build Compatibility
  • Loading branch information
jchrys committed Feb 16, 2024
1 parent e7e1843 commit 3c6b5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-graalvm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 3c6b5d9

Please sign in to comment.