Skip to content

Commit

Permalink
ci: update ci to macos 13 and xcode 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lwouis committed Nov 4, 2024
1 parent 545b5db commit d0739ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
APP_NAME: AltTab
jobs:
build:
runs-on: macos-12
runs-on: macos-13
environment: production
steps:
# - env:
Expand All @@ -32,7 +32,7 @@ jobs:
with:
node-version: 16
cache: 'npm'
- run: sudo xcode-select -s /Applications/Xcode_13.4.1.app/Contents/Developer
- run: sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
- id: pre-checkout
env:
COMMITS: ${{ toJson(github.event.commits) }}
Expand Down

0 comments on commit d0739ce

Please sign in to comment.