Skip to content

Commit 3486d9f

Browse files
author
jusjoken
committed
Github actions runner changed to 22.04 as 20.04 is no longer supported as of 4/1/2025
1 parent 0179dd2 commit 3486d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
jobs:
1010
build:
1111

12-
# runs-on: ubuntu-latest 2025-02-26 changed to 20.04 as 18.04 is no longer supported
13-
runs-on: ubuntu-20.04
12+
# runs-on: ubuntu-latest 2025-03-04 changed to 22.04 as 20.04 is no longer supported as of 4/1/2025
13+
runs-on: ubuntu-22.04
1414

1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)