CI: Update v2 branch CI to be on par with v3 (#286)
* ci: Update CI to be on par with v3 * ci: Update gosop branch for GopenPGP-v2
This commit is contained in:
parent
2a07a34fb8
commit
4e8fad59d6
9 changed files with 54 additions and 47 deletions
9
.github/workflows/ios.yml
vendored
9
.github/workflows/ios.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, v2 ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -12,10 +12,10 @@ jobs:
|
|||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- name: Set up xcode 14.2
|
||||
- name: Set up xcode 14.3
|
||||
uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: 14.2
|
||||
xcode-version: 14.3
|
||||
id: xcode
|
||||
|
||||
- name: Set up Go 1.x
|
||||
|
|
@ -31,9 +31,6 @@ jobs:
|
|||
env:
|
||||
platform: ${{ 'iOS Simulator' }}
|
||||
run: |
|
||||
for d in $ANDROID_NDK_HOME/../23*; do
|
||||
ANDROID_NDK_HOME=$d
|
||||
done
|
||||
./build.sh apple
|
||||
find dist
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue