Skip to content

Commit

Permalink
Remove architectures.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 23, 2024
1 parent 7217584 commit 567028a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
matrix:
triplet: [
{os: macos-13, arch: amd64},
# TODO
# {os: macos-14, arch: arm64}
{os: macos-14, arch: arm64}
]
runs-on: ${{ matrix.triplet.os }}
steps:
Expand Down Expand Up @@ -85,8 +84,7 @@ jobs:
matrix:
triplet: [
{os: macos-13, arch: amd64},
# TODO
# {os: macos-14, arch: arm64}
{os: macos-14, arch: arm64}
]
runs-on: ${{ matrix.triplet.os }}
steps:
Expand Down Expand Up @@ -127,8 +125,7 @@ jobs:
matrix:
triplet: [
{os: macos-13, arch: amd64},
# TODO
# {os: macos-14, arch: arm64}
{os: macos-14, arch: arm64}
]
runs-on: ${{ matrix.triplet.os }}
steps:
Expand Down

0 comments on commit 567028a

Please sign in to comment.