Skip to content

Commit

Permalink
Use macOS 13 for the Upload of Coverage Reports (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schmiedmayer <PSchmiedmayer@users.noreply.github.com>
  • Loading branch information
PSchmiedmayer authored Jul 28, 2023
1 parent 401908b commit c38e683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-and-upload-coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
create-and-upload-coverage-report:
name: Create and upload coverage report
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
Expand All @@ -49,4 +49,4 @@ jobs:
fail_ci_if_error: true
token: ${{ secrets.token }}
xcode: true
xcode_archive_path: CodeCoverage.xcresult
xcode_archive_path: CodeCoverage.xcresult

0 comments on commit c38e683

Please sign in to comment.