Skip to content

Commit 340b02f

Browse files
committed
ci(github): use ubuntu-20.04 for linux jobs
1 parent c36c751 commit 340b02f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
include:
2020
- id: linux
2121
name: Linux (x86)
22-
os: ubuntu-24.04
22+
os: ubuntu-20.04
2323
release_glob: build/*.tar.gz
2424
- id: windows
2525
name: Windows (Win32)
@@ -114,7 +114,7 @@ jobs:
114114

115115
unit-tests-linux:
116116
name: Linux Unit Tests (open.mp + MariaDB)
117-
runs-on: ubuntu-24.04
117+
runs-on: ubuntu-20.04
118118
permissions:
119119
contents: read
120120
services:
@@ -190,7 +190,7 @@ jobs:
190190
upload-release-assets:
191191
name: Upload release assets
192192
if: github.event_name == 'release'
193-
runs-on: ubuntu-24.04
193+
runs-on: ubuntu-20.04
194194
needs: build
195195
permissions:
196196
contents: write

0 commit comments

Comments
 (0)