Skip to content

Commit

Permalink
Use macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Feb 1, 2024
1 parent 75b4b60 commit b67d126
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
iOS:
name: Build and test on iOS
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Build
Expand All @@ -25,7 +25,7 @@ jobs:
run: xcodebuild test-without-building -scheme WhatsNewKit -destination 'platform=iOS Simulator,name=iPhone 14'
macOS:
name: Build and test on macOS
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_example_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
build:
name: Build iOS example project
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
build:
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit b67d126

Please sign in to comment.