Skip to content

Commit 0f24035

Browse files
authored
Pin github workflow to Ubuntu 20.04 for now
Ubuntu 22.04 causes issues with libdbd-mariadb-perl, we cannot use the new OS image until this is resolved.
1 parent 6e5897f commit 0f24035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-opl-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
release:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-20.04
1515

1616
permissions:
1717
contents: write

0 commit comments

Comments
 (0)