Skip to content

Commit

Permalink
Update GitHub Action for macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitot committed Jun 23, 2024
1 parent 34b8e7f commit 5306877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
strategy:
matrix:
os: [macos-13]
os: [macos-13, macos-14]
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
Expand All @@ -22,7 +22,7 @@ jobs:

steps:
- name: Set up Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Xcode project
Expand Down

0 comments on commit 5306877

Please sign in to comment.