Skip to content

Commit

Permalink
Revert "Try using older xcode"
Browse files Browse the repository at this point in the history
This reverts commit 1a83dec.
  • Loading branch information
luben committed Jul 22, 2024
1 parent 1a83dec commit 10f01de
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 @@ -47,8 +47,8 @@ jobs:
fail-fast: false
matrix:
include: [
{ os: macos-13, host_arch: x86_64, macos_target: x86_64-apple-macos10.14, version_min: 10.14, target_arch: x86_64 },
{ os: macos-14, host_arch: aarch64, macos_target: arm64-apple-macos11, version_min: 11, target_arch: aarch64 }
{ os: macos-13, host_arch: x86_64, macos_target: x86_64-apple-macos10.12, version_min: 10.12, target_arch: x86_64 },
{ os: macos-14, host_arch: aarch64, macos_target: arm64-apple-macos11, version_min: 11, target_arch: aarch64 }
]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -59,7 +59,7 @@ jobs:
distribution: zulu
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '10.3'
xcode-version: latest

- name: Inspect arch
run: arch
Expand Down

0 comments on commit 10f01de

Please sign in to comment.