Skip to content

Commit

Permalink
Fixing CI image version
Browse files Browse the repository at this point in the history
  • Loading branch information
tstibbs committed Jan 15, 2025
1 parent 5208fc9 commit 89ab753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [workflow_dispatch]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
environment: backend

steps:
Expand Down

0 comments on commit 89ab753

Please sign in to comment.