Skip to content

Commit

Permalink
Fix ci.yml to run on ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullaxx committed Dec 25, 2024
1 parent e2e1767 commit 3dace71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
run: sudo apt-get install -y curl wget xz-utils gnupg2 dpkg-sig

# Runs a set of commands using the runners shell
- name: Compile the code
- name: Check software downloads
run: |
cd tests
./tor.sh
Expand Down

0 comments on commit 3dace71

Please sign in to comment.