Skip to content

Commit

Permalink
downgrades tests to 20.04 again
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Dec 6, 2023
1 parent b5cac71 commit c24d1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
type: string
jobs:
run_integration_tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
services:
mysql:
image: mysql:latest
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/build_auxmos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ git reset --hard FETCH_HEAD
sudo apt-get install g++-multilib -y
rustup target add i686-unknown-linux-gnu

cargo build --release --target=i686-unknown-linux-gnu --features katmos
cargo build --release --target=i686-unknown-linux-gnu --features "all_reaction_hooks,katmos"
cp target/i686-unknown-linux-gnu/release/libauxmos.so $GITHUB_WORKSPACE/libauxmos.so
ldd $GITHUB_WORKSPACE/libauxmos.so

0 comments on commit c24d1d6

Please sign in to comment.