Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantalpalaru committed Jul 5, 2024
1 parent 13284ce commit f1e02f5
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 @@ -19,7 +19,7 @@ jobs:
- os: linux
cpu: i386
- os: macos
cpu: amd64
cpu: arm64
- os: windows
cpu: amd64
include:
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ${{ matrix.builder }}
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Environment variables
shell: bash
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
if: runner.os == 'macOS'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13' # 14 seems buggy: https://github.com/actions/runner-images/issues/6642
xcode-version: '15' # 14 seems buggy: https://github.com/actions/runner-images/issues/6642

- name: Run tests (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit f1e02f5

Please sign in to comment.