Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Apr 23, 2024
1 parent f341b8b commit e871ae2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Build
# 7z => cmake -E tar xvf/cvf --format=7zip
on:
push:
schedule:
- cron: '0 6 * * 0'

jobs:
macOS:
runs-on: macos-13
runs-on: macos-14
defaults:
run:
working-directory: example
Expand Down Expand Up @@ -35,7 +34,7 @@ jobs:
path: example/fvp_example_macos.7z

iOS:
runs-on: macos-13
runs-on: macos-14
defaults:
run:
working-directory: example
Expand All @@ -45,8 +44,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup Xcode
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand Down Expand Up @@ -102,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['3.10.x', '3.16.x', 'any']
version: ['3.0.x', '3.10.x', 'any']
channel: ['stable', 'master']
exclude:
- version: '3.10.x'
Expand Down

0 comments on commit e871ae2

Please sign in to comment.