Skip to content

Commit

Permalink
ci: run on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Aug 9, 2023
1 parent 18b3d60 commit 91d50e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: ["push", "pull_request"]
jobs:
build_and_deploy:
# runs-on: [self-hosted] # Specify the label of your self-hosted runner machine
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 91d50e1

Please sign in to comment.