Skip to content

Commit

Permalink
Merge pull request #230 from Impact-I/501ef5cbd64ca70b6b42672346af6a8a
Browse files Browse the repository at this point in the history
Build Engine 501ef5cbd64ca70b6b42672346af6a8a
  • Loading branch information
jayluxferro authored Apr 17, 2023
2 parents 4fb6f79 + 747d5b3 commit e70b93c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion SNAPSHOT_HASH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b6d0a1f034d158b0d37b51d559379697
501ef5cbd64ca70b6b42672346af6a8a

0 comments on commit e70b93c

Please sign in to comment.