Skip to content

Commit

Permalink
chore: migrate to arm runner and fix Xcode versions on the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRogue76 committed Jan 23, 2024
1 parent d7429cf commit 5378bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios-paper-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ concurrency:

jobs:
build-example:
runs-on: macos-12
runs-on: macos-13-arm64

strategy:
matrix:
xcode-version: [14.0, 14.3]
xcode-version: [14.2, 14.3.1]

steps:
- name: List all available XCode versions
Expand Down

0 comments on commit 5378bad

Please sign in to comment.