Skip to content

Commit

Permalink
Run CI workflow on macos-13-xlarge (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt authored Dec 19, 2023
1 parent 4421aa1 commit 3e96720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
macos:
runs-on: macos-12
runs-on: macos-13-xlarge

strategy:
matrix:
xcode:
- "14.0.1" # Swift 5.7
- "14.3.1" # Swift 5.8.1

name: "macOS (Xcode ${{ matrix.xcode }})"

Expand Down

0 comments on commit 3e96720

Please sign in to comment.