Skip to content

Commit

Permalink
Revert "task: Update GA workflow MacOS and Xcode version (#2219)"
Browse files Browse the repository at this point in the history
This reverts commit 0001f50.
  • Loading branch information
priyonto committed Jan 6, 2025
1 parent b5c7984 commit f8cb0cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ on:
jobs:
build:
if: (github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true)
runs-on: macos-15
runs-on: macos-13

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.2'
xcode-version: '15'

- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:

jobs:
build:
runs-on: macos-15
runs-on: macos-13

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.2'
xcode-version: '15'

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

0 comments on commit f8cb0cc

Please sign in to comment.