Skip to content

Commit

Permalink
re-enable intel mac and arm linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
CheatCod committed Jun 18, 2024
1 parent 7e8e25d commit fdd3d7f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/core-build-and-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ jobs:
arch: "x86_64"
postfix: ""
cross: false
- platform: "self-hosted"
target: "aarch64-unknown-linux-gnu"
os: "linux"
arch: "aarch64"
postfix: ""
cross: false
- platform: "macos-latest"
target: "x86_64-apple-darwin"
os: "macos"
arch: "x86_64"
postfix: ""
cross: false

runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/core-cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
target: x86_64-pc-windows-msvc
- platform: ubuntu-latest
target: x86_64-unknown-linux-gnu
- platform: macos-latest
target: x86_64-apple-darwin

runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit fdd3d7f

Please sign in to comment.