Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
abulmo authored Dec 1, 2024
1 parent 4bd04dc commit 1f760a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
build_command: make build ARCH=x64-modern COMP=gcc OS=linux
build_command: make build ARCH=x86-64-v3 COMP=gcc OS=linux
- os: windows-latest
build_command: make build ARCH=x64 COMP=gcc OS=windows
build_command: make build ARCH=x86-64-v3 COMP=gcc OS=windows
- os: macos-latest
build_command: make build ARCH=arm COMP=gcc OS=osx
build_command: make build ARCH=armv8.5-a COMP=gcc OS=osx

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1f760a3

Please sign in to comment.