Skip to content

Commit

Permalink
Merge pull request #91 from FelixHerrmann/infrastructure/macos-14
Browse files Browse the repository at this point in the history
[Infrastructure] macOS 14
  • Loading branch information
FelixHerrmann authored Feb 4, 2024
2 parents b5c18d0 + f830d5e commit 67cbe05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
release-build:
name: Release Build
runs-on: macos-13
runs-on: macos-14
outputs:
sha: ${{ steps.sha256.outputs.sha256 }}
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name=iPhone 14
- name=Apple TV
- name=Apple Watch Series 6 (44mm)
runs-on: macos-13
runs-on: macos-14
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand All @@ -44,7 +44,7 @@ jobs:
test:
name: Test
needs: build-libraries
runs-on: macos-13
runs-on: macos-14
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit 67cbe05

Please sign in to comment.