Skip to content

Commit

Permalink
Pin github workflow to Ubuntu 20.04 for now
Browse files Browse the repository at this point in the history
Ubuntu 22.04 causes issues with libdbd-mariadb-perl, we cannot use the new OS image until this is resolved.
  • Loading branch information
drdrew42 committed Apr 30, 2023
1 parent 6e5897f commit 0f24035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-opl-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

permissions:
contents: write
Expand Down

0 comments on commit 0f24035

Please sign in to comment.