Skip to content

Commit

Permalink
[fix] updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
dtsiflit committed Oct 14, 2024
1 parent e4d255e commit 2b60fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
tags: [ v* ]
jobs:
build:
runs-on: "macos-13"
runs-on: "macos-14"
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
xcode-version: '16.0'
- uses: actions/checkout@v4
- run:
fastlane tests

0 comments on commit 2b60fad

Please sign in to comment.