Skip to content

Commit

Permalink
Merge pull request #6 from dangvansam/feature/cicd
Browse files Browse the repository at this point in the history
update workflows
  • Loading branch information
dangvansam authored Dec 11, 2024
2 parents 6772c35 + c36289c commit d71feed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:

build:

runs-on: ubuntu-latest
runs-on: ["ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "windows-latest", "windows-2022", "windows-2019", "macos-latest", "macos-13", "macos-12"]


steps:
- uses: actions/checkout@v4
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/python-package.yml

This file was deleted.

0 comments on commit d71feed

Please sign in to comment.