Skip to content

Commit

Permalink
Updated macos and xcode to previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
sladan-hedvig committed Jan 17, 2024
1 parent 30de7d3 commit 124051a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

jobs:
publish:
runs-on: macos-13
runs-on: macos-12

steps:
- uses: actions/checkout@v3
Expand All @@ -30,7 +30,7 @@ jobs:
cache: 'gradle'
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.1.0'
xcode-version: '14.0'
- name: Cache Konan
id: cache-konan
uses: actions/cache@v3
Expand Down

0 comments on commit 124051a

Please sign in to comment.