Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Use arm64 of macos14
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Aug 14, 2024
1 parent 363b4d6 commit 060e4f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Test iOS 17
runs-on: macos-14
runs-on: macos-14-arm64

steps:
- uses: maxim-lobanov/setup-xcode@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
jobs:
build:
name: Test iOS 18
runs-on: macos-14
runs-on: macos-14-arm64

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 16.0 (Beta)
xcode-version: 16_beta_5
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 060e4f6

Please sign in to comment.