Skip to content

Commit

Permalink
Merge pull request #32 from devsapp/fix-macos-action
Browse files Browse the repository at this point in the history
temp disable macos action with docker
  • Loading branch information
rsonghuster authored Jan 6, 2025
2 parents 05083cb + 5e7647c commit d0b46ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_with_docker_macos.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: macos docker (build and local) ci

on:
push:
branches:
- master
# on:
# push:
# branches:
# - master

env:
REGION: cn-hongkong

jobs:
docker-ci:
runs-on: macos-14-large
runs-on: macos-13
steps:
- uses: docker-practice/actions-setup-docker@master
- uses: actions/checkout@v2
Expand Down

0 comments on commit d0b46ed

Please sign in to comment.