Skip to content

Commit

Permalink
7a5b240780941844bae88eca5dbaa7b8
Browse files Browse the repository at this point in the history
  • Loading branch information
jayluxferro committed Feb 7, 2023
1 parent 6222fbf commit a847b93
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-v1:
runs-on: macos-10.15.4
runs-on: macos-12
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 12.0.1
xcode-version: 13.4.1
- name: Set variables
run: |
HASH=$(cat SNAPSHOT_HASH)
Expand All @@ -40,14 +40,14 @@ jobs:
./*.so
build-v2:
runs-on: macos-10.15.4
runs-on: macos-12
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 12.0.1
xcode-version: 13.4.1
- name: Set variables
run: |
HASH=$(cat SNAPSHOT_HASH)
Expand Down

0 comments on commit a847b93

Please sign in to comment.