Skip to content

Commit

Permalink
fixes CI configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
jalobe committed Nov 25, 2023
1 parent 4c67ab5 commit 2dd9cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-and-test:
name: Build and Test CI scheme
runs-on: macos-latest
runs-on: macos-13

timeout-minutes: 10

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build-and-test:
name: Build and Test CI scheme
runs-on: macos-latest
runs-on: macos-13

timeout-minutes: 10

Expand Down

0 comments on commit 2dd9cdd

Please sign in to comment.