Skip to content

Commit

Permalink
Bump Xcode version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Mar 16, 2022
1 parent 342180b commit 8247c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: CI

on: [push, pull_request]
env:
XCODE_VER: 12.4
XCODE_VER: 13.2

jobs:
test:
strategy:
matrix:
xcode_version: ['12.4']
xcode_version: ['13.2']
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app
Expand Down

0 comments on commit 8247c8f

Please sign in to comment.