Skip to content

Commit 307798b

Browse files
committed
Update Ubuntu runners to 24.04
1 parent 5495f56 commit 307798b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
analyze:
1111
name: "01 - Run Analyzer"
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Setup
@@ -25,7 +25,7 @@ jobs:
2525
./loganalyzer.py --url=https://obsproject.com/analyzer/test_logfile.txt
2626
ubuntu64:
2727
name: "02 - Code Format Check"
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
if: always()
3030
needs: [analyze]
3131
steps:

0 commit comments

Comments
 (0)