Skip to content

Commit

Permalink
CI: Use Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellass authored Jul 28, 2024
1 parent 25a8cb9 commit 3ce5143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nvchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:

jobs:
nvchecker:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Install nvchecker
run: |
sudo apt-get update
sudo apt-get install libalpm-dev
sudo apt-get install jq libalpm-dev
sudo pip3 install jq pyalpm nvchecker
sudo mkdir -p /etc/pki/tls/certs
sudo ln -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt
Expand Down

0 comments on commit 3ce5143

Please sign in to comment.