Skip to content

Commit

Permalink
Use arm64 on all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 15, 2024
1 parent 639d40b commit bc49e4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
spm-15:
name: Build and Test on Xcode 15
runs-on: macos-13
runs-on: macos-13-arm64
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

spm-package-integration-15:
name: Build Package Integration on Xcode 15
runs-on: macos-13
runs-on: macos-13-arm64
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand All @@ -56,7 +56,7 @@ jobs:

spm-project-integration-15:
name: Build Project Integration on Xcode 15
runs-on: macos-13
runs-on: macos-13-arm64
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit bc49e4a

Please sign in to comment.