Skip to content

Commit

Permalink
downgrade macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-novi committed May 25, 2024
1 parent d4e5e2e commit 21fe642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ jobs:

beta-ios:
name: iOS app
runs-on: macos-latest
# runs-on: macos-latest
runs-on: macos-11
# needs: unit-tests
steps:
- name: Setup xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
# xcode-version: latest-stable
xcode-version: latest-stable

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 21fe642

Please sign in to comment.