Skip to content

Commit

Permalink
chore(ci): use GH runner ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 19, 2025
1 parent 36ca24d commit d11f6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.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 Expand Up @@ -76,7 +76,7 @@ jobs:
env:
# https://tecadmin.net/getting-yesterdays-date-in-bash/
CUTOFF: "1 week ago"
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: redhat-actions/openshift-tools-installer@v1
Expand Down

0 comments on commit d11f6ea

Please sign in to comment.