Skip to content

Commit fec12c2

Browse files
committed
Github workflows: Use the same version Ubuntu as in the Dockerfile
1 parent 0b198f5 commit fec12c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

77
jobs:
88
test:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010

1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)