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

Commit

Permalink
appearently macos-14 is the m1 arm64 mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Aug 14, 2024
1 parent 060e4f6 commit c756d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-arm64
runs-on: macos-14

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

steps:
- uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit c756d25

Please sign in to comment.