Skip to content

Commit

Permalink
Specify intel based Macs
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Apr 1, 2024
1 parent 9377329 commit cc1f2c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ jobs:
- name: Configure and build
run: |
mkdir build && cd build
cmake ..
cmake .. -DCMAKE_OSX_ARCHITECTURES=x86_64
cmake --build .

- name: Upload executable
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit cc1f2c0

Please sign in to comment.