Skip to content

Commit

Permalink
Update ios.yml. [skip Windows][skip Linux][skip Android][skip macOS]
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy authored Nov 23, 2023
1 parent 7e68ebc commit 9a7502e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-13
if: "!contains(github.event.head_commit.message, '[skip CI]') && !contains(github.event.head_commit.message, '[skip iOS]')"
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'
- name: iOS build
run: |
Tools/tolua++/build.sh
Expand Down

0 comments on commit 9a7502e

Please sign in to comment.