Skip to content

Commit

Permalink
Re-add Ubuntu 24.04 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 22, 2024
1 parent 2093215 commit baa28c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: ${{ github.event_name == 'merge_group' }}
matrix:
environment: [ubuntu-latest, macos-latest]
environment: [ubuntu-latest, ubuntu-24.04, macos-latest]

runs-on: ${{ matrix.environment }}

Expand Down Expand Up @@ -81,10 +81,10 @@ jobs:
run: sudo apt install bubblewrap

- name: Install Bubblewrap profile on Ubuntu
if: ${{ matrix.environment == 'ubuntu-latest' }}
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt install apparmor-profiles
sudo cp /usr/share/apparmor/extra-profiles/bwrap-userns-restrict /etc/apparmor.d
sudo cp /usr/share/apparmor/extra-profiles/bwrap-userns-restrict /etc/apparmor.d || true
sudo systemctl reload apparmor
# smoelius: Go is needed for the `aws-lc-fips-sys` third-party test.
Expand Down

0 comments on commit baa28c1

Please sign in to comment.