Skip to content

Commit

Permalink
Downgrade Ubuntu to 22.04, since latest doesn't support Heroku (#2324)
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech authored Jan 17, 2025
1 parent d2be0a7 commit dd13138
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployFullstackToDockerHub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- published
jobs:
fullstack:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Build and push Full-Stack Container to Docker Hub
steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployWebAPIOnlyToDockerHub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- published
jobs:
webapi:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Build and push Web API Container to Docker Hub
steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/developToHeroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: akhileshns/[email protected] # This is the action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mainToHeroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: akhileshns/[email protected] # This is the action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/viteToHeroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: akhileshns/[email protected] # This is the action
Expand Down

0 comments on commit dd13138

Please sign in to comment.