Skip to content

Commit

Permalink
Changing runs-on to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-consortium committed Nov 16, 2023
1 parent 21bc2fc commit a58a099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
Expand All @@ -23,7 +23,7 @@ jobs:
deploy:
name: Deploy
needs: build
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
Expand Down

0 comments on commit a58a099

Please sign in to comment.