Skip to content

Commit

Permalink
Set to latest runner and xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
sampettersson committed Jan 20, 2025
1 parent 9e88ac4 commit d48d965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
jobs:
build:
name: Build documentation
runs-on: macOS-13
runs-on: macos-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "14.0"
xcode-version: latest-stable
- name: Build
env:
platform: ${{ 'iOS Simulator' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
jobs:
build:
name: Test
runs-on: macOS-13
runs-on: macos-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "14.0"
xcode-version: latest-stable
- uses: sersoft-gmbh/xcodebuild-action@v2
with:
project: Placement.xcodeproj
Expand Down

0 comments on commit d48d965

Please sign in to comment.