Skip to content

Commit

Permalink
chore(ci): downgrade github actions runner version
Browse files Browse the repository at this point in the history
downgrade the ubuntu version in effort to get the old cgroups mounts
back for CI. There seems to be a problem with the new version on
ubuntu-latest.

See: systemd/systemd#13477
See: docker/for-linux#219
  • Loading branch information
esatterwhite committed Dec 19, 2022
1 parent 4cfa6e2 commit c6f1935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
release:
name: release
needs: test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit c6f1935

Please sign in to comment.