Skip to content

Commit

Permalink
ci(build): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Nov 18, 2024
1 parent e127f27 commit c5864e8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on: [push]
jobs:
build:
name: build
runs-on: macos-13
runs-on: macos-15
strategy:
matrix:
destination:
- 'platform=iOS Simulator,OS=16.4,name=iPhone 14 Pro'
- "platform=iOS Simulator,OS=18.1,name=iPhone 16 Pro"
steps:
- name: Checkout
uses: actions/checkout@master
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Select Xcode version
run: sudo xcode-select --switch /Applications/Xcode_${{ env.XCODE_VERSION }}.app
env:
XCODE_VERSION: 14.3.1
XCODE_VERSION: 16.1
- name: Build
run: |
xcodebuild clean build -project firstfm.xcodeproj -scheme firstfm -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
Expand All @@ -32,15 +32,15 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]

commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Commit
Expand All @@ -56,11 +56,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit c5864e8

Please sign in to comment.