Skip to content

Commit

Permalink
update ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Oct 2, 2024
1 parent 9f68bf7 commit 72e3c4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: # yamllint disable-line rule:truthy
- cron: "0 0 * * 1"
jobs:
Audit:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"
env:
GOPATH: "/home/runner/go"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
pull_request:
jobs:
Lint:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"
env:
GOPATH: "/home/runner/go"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubberstamp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on: # yamllint disable-line rule:truthy
- cron: "0 0 1 * *"
jobs:
Audit:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-24.04"
steps:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
Expand Down

0 comments on commit 72e3c4d

Please sign in to comment.