Skip to content

Commit

Permalink
Merge pull request #1225 from gulfofmaine/renovate/ubuntu-24.x
Browse files Browse the repository at this point in the history
Update dependency ubuntu to v24
  • Loading branch information
abkfenris authored Nov 25, 2024
2 parents 691f217 + 099f08a commit aec3217
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15

steps:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
test:
name: Unit Tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15
needs: build

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

deploy:
name: Build and Push tagged image to Docker Hub, and update Argo config
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: test
environment:
name: Buoy Barn via Argo CD
Expand Down

0 comments on commit aec3217

Please sign in to comment.