File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ on: [push]
66jobs :
77 Build-Libs-Linux-Ubuntu :
88 name : ' Build-Libs-Linux-Ubuntu'
9- runs-on : ubuntu-20 .04
9+ runs-on : ubuntu-24 .04
1010 if : |
1111 contains(github.event.head_commit.message, '[all]') ||
1212 contains(github.event.head_commit.message, '[linux]') ||
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push]
55jobs :
66 Build-OpenVPN-Linux :
77 name : ' Build-OpenVPN-Ubuntu'
8- runs-on : ubuntu-20 .04
8+ runs-on : ubuntu-24 .04
99 if : |
1010 contains(github.event.head_commit.message, '[all]') ||
1111 contains(github.event.head_commit.message, '[linux]') ||
@@ -122,7 +122,7 @@ jobs:
122122
123123 Build-OpenVPN3-Linux :
124124 name : ' Build-OpenVPN3-Ubuntu'
125- runs-on : ubuntu-20 .04
125+ runs-on : ubuntu-24 .04
126126
127127 if : |
128128 contains(github.event.head_commit.message, '[all]') ||
You can’t perform that action at this time.
0 commit comments