Skip to content

Commit

Permalink
ubuntu-22.04 to workaround Error during unshare
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Dec 13, 2024
1 parent 1b88e5c commit bedac89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
# workaround for https://github.com/actions/runner-images/issues/10443
os: [ubuntu-22.04]
jdk: [jdk17, jdk21]
steps:
- name: Update hosts - linux
Expand Down

0 comments on commit bedac89

Please sign in to comment.