Skip to content

Commit

Permalink
switch to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
b-yap committed Sep 23, 2024
1 parent 290988e commit fb2d9bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/actions/installations/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ runs:
echo 'APT::Get::Always-Include-Phased-Updates "false";' | sudo tee /etc/apt/apt.conf.d/99-phased-updates
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install -y protobuf-compiler libprotobuf-dev
sudo apt install libpq-dev
cargo install diesel_cli --no-default-features --features postgres
# - name: Use Cache
# uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
name: Run Tests for Vault
# needs: cargo-test-clients
# if: needs.cargo-test-clients.result == 'success'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
Expand Down

0 comments on commit fb2d9bf

Please sign in to comment.