Skip to content

Commit c5139b6

Browse files
committed
Remove intel mac support
1 parent ba8c08f commit c5139b6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/package-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,10 @@ jobs:
4747
- uses: actions-rust-lang/setup-rust-toolchain@v1
4848
with:
4949
components: rustfmt
50-
- run: rustup target add x86_64-apple-darwin
51-
- run: cargo build --release --target x86_64-apple-darwin
5250
- run: cargo build --release --target aarch64-apple-darwin
5351
- run: |
5452
mkdir Geometry-Rays
55-
cp ./target/x86_64-apple-darwin/release/geometry-rays-fyre ./Geometry-Rays/geometry-rays-intel
56-
cp ./target/aarch64-apple-darwin/release/geometry-rays-fyre ./Geometry-Rays/geometry-rays-silicon
53+
cp ./target/aarch64-apple-darwin/release/geometry-rays-fyre ./Geometry-Rays/geometry-rays
5754
cp -r Resources mods save-data Geometry-Rays
5855
- uses: actions/upload-artifact@v4
5956
with:

0 commit comments

Comments
 (0)