Skip to content

Commit

Permalink
Set macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
maxammann committed Oct 5, 2023
1 parent db2acb1 commit 3bf8617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
demo-macos:
name: Build
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Setup
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/library-apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
library-apple:
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
name:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

library-apple-test-xcode-project:
name: Test XCode project
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Setup
Expand All @@ -86,7 +86,7 @@ jobs:

library-apple-bundle:
name: Bundle
runs-on: macos-12
runs-on: macos-13
needs:
- library-apple
steps:
Expand Down

0 comments on commit 3bf8617

Please sign in to comment.