Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jayluxferro authored Jun 12, 2023
1 parent 376e458 commit 6214748
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 @@ -10,9 +10,9 @@ jobs:
runs-on: macos-13
steps:
- name: Check out repository od
uses: actions/checkout@v3.5.3
uses: actions/checkout@v2
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1.5.1
uses: maxim-lobanov/setup-xcode@v1.3.0
with:
xcode-version: latest-stable
- name: Set variables
Expand Down Expand Up @@ -73,9 +73,9 @@ jobs:
runs-on: macos-13
steps:
- name: Check out repository od
uses: actions/checkout@v3.5.3
uses: actions/checkout@v2
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1.5.1
uses: maxim-lobanov/setup-xcode@v1.3.0
with:
xcode-version: latest-stable
- name: Set variables
Expand Down

0 comments on commit 6214748

Please sign in to comment.