Skip to content

Commit

Permalink
update GHA to use latest shits available
Browse files Browse the repository at this point in the history
godbout committed Jan 20, 2025
1 parent b81c890 commit b2a1e61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -11,17 +11,17 @@ on:
jobs:
swift:
name: build
runs-on: macos-12
runs-on: macos-15

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: set up Xcode 14.2
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2.0'
xcode-version: latest-stable
- name: install certificates for codesigning
env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}

0 comments on commit b2a1e61

Please sign in to comment.