Skip to content

Commit

Permalink
ci: use macos-14 as runner
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <git@manuelruck.de>
  • Loading branch information
Manuel Ruck committed Mar 24, 2024
1 parent 37ce1c8 commit a6883ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
build-ios:
name: Deploy iOS
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-dependency-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

rebuild-ios-cache:
name: Rebuild iOS Cache
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit a6883ff

Please sign in to comment.