Skip to content

Commit 9324500

Browse files
authored
CI: Use latest Ubuntu
1 parent 73a5e98 commit 9324500

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ env:
66
CCACHE_DIR: ${{ github.workspace }}/.ccache"
77
jobs:
88
build_and_test:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
steps:
11+
- name: disable apparmor
12+
run: |
13+
sh -c 'echo "kernel.apparmor_restrict_unprivileged_userns = 0" > /etc/sysctl.d/sandstorm-userns.conf'
14+
sudo sysctl --system
15+
sudo service sandstorm restart
1116
- uses: actions/checkout@v4
1217
- name: install dependencies
1318
run: |

0 commit comments

Comments
 (0)