Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jayluxferro authored Apr 17, 2023
1 parent 715da51 commit 747d5b3
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 @@ -7,14 +7,14 @@ on:

jobs:
build-v2:
runs-on: macos-11
runs-on: macos-latest
steps:
- name: Check out repository od
uses: actions/checkout@v2
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: 13.0
xcode-version: latest-stable
- name: Set variables
run: |
HASH=$(cat SNAPSHOT_HASH)
Expand Down Expand Up @@ -77,14 +77,14 @@ jobs:
build-v3:
runs-on: macos-11
runs-on: macos-latest
steps:
- name: Check out repository od
uses: actions/checkout@v2
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: 13.0
xcode-version: latest-stable
- name: Set variables
run: |
HASH=$(cat SNAPSHOT_HASH)
Expand Down

0 comments on commit 747d5b3

Please sign in to comment.