Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Update notesapplication.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Nov 12, 2023
1 parent 0725de8 commit d04802c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notesapplication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
jobs:
test:
name: NotesApplicationTests
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1.5.1
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: 14.2
xcode-version: 15.0
- name: Install Mint
run: brew install mint
- name: Generate Xcode project
Expand Down

0 comments on commit d04802c

Please sign in to comment.