Skip to content

Commit

Permalink
update workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jul 16, 2024
1 parent 006faef commit 6416043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push, pull_request ]

jobs:
ubuntu-native-build:
if: 0
if: 1
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
macos:
runs-on: ${{ matrix.macos_version }}
timeout-minutes: 15
if: 0
if: 1
strategy:
matrix:
macos_version:
Expand Down

0 comments on commit 6416043

Please sign in to comment.