Skip to content

Commit cc383fb

Browse files
authored
refactor: try out new ubuntu version (#1102)
1 parent 8f0a89e commit cc383fb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/99-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
dependabot:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
99
if: ${{ github.actor == 'dependabot[bot]' }}
1010
steps:
1111
- name: ⏬ Dependabot metadata

.github/workflows/99-codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
analyze:
88
name: Analyze
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1010
strategy:
1111
fail-fast: false
1212
matrix:

.github/workflows/99-dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
dependency-review:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
99
steps:
1010
- name: ⬇ Checkout repo
1111
uses: actions/checkout@v4

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Build
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
1313
steps:
1414
- name: ⬇ Checkout repo
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)