Skip to content

Commit 6d6e649

Browse files
committed
chore(ci): use GH runner ubuntu-24.04
1 parent a99d576 commit 6d6e649

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
ghcr-cleanup:
119119
name: GHCR Cleanup
120-
runs-on: ubuntu-latest
120+
runs-on: ubuntu-24.04
121121
strategy:
122122
matrix:
123123
name: [backend-go, backend-py, backend-java, migrations-go, migrations-py]

.github/workflows/pentests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010

1111
jobs:
1212
zap_scan:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414
name: Penetration Tests
1515
env:
1616
DOMAIN: apps.silver.devops.gov.bc.ca

0 commit comments

Comments
 (0)