Skip to content

Commit

Permalink
chore(ci): use GH runner ubuntu-24.04 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 19, 2025
1 parent 8d0dd4a commit 54ebffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

ghcr-cleanup:
name: GHCR Cleanup
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
name: [backend-go, backend-py, backend-java, migrations-go, migrations-py]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pentests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
zap_scan:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Penetration Tests
env:
DOMAIN: apps.silver.devops.gov.bc.ca
Expand Down

0 comments on commit 54ebffc

Please sign in to comment.