Skip to content

Commit

Permalink
Update Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernutz committed May 12, 2024
1 parent d624f4d commit c1a3e88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ on:
jobs:
unit_tests:
name: Unit Tests
runs-on: macOS-11
runs-on: macos-13

steps:
- name: Set Xcode Version
uses: maxim-lobanov/setup-xcode@v1.4.1
with:
xcode-version: '13.2.1'
xcode-version: '15.2'

- name: Checkout
uses: actions/checkout@v2
Expand All @@ -30,13 +30,13 @@ jobs:

snapshot_tests:
name: Snapshot Tests
runs-on: macOS-11
runs-on: macos-13

steps:
- name: Set Xcode Version
uses: maxim-lobanov/setup-xcode@v1.4.1
with:
xcode-version: '13.2.1'
xcode-version: '15.2'

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit c1a3e88

Please sign in to comment.