Skip to content

Commit

Permalink
Update build-and-deploy.yaml
Browse files Browse the repository at this point in the history
Changed from ubuntu-latest to ubuntu-22.04, as the changes here seem to break the action for me, hopefully this will fix it! actions/runner-images#10636
  • Loading branch information
aewshopping authored Jan 2, 2025
1 parent 98f81d2 commit a693ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-and-deploy-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
Expand Down

0 comments on commit a693ab3

Please sign in to comment.