Skip to content

Commit

Permalink
Use ubuntu-latest and soupault 4.10.0 for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbaturin committed May 11, 2024
1 parent ec9ac6b commit 863fe8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Install soupault
env:
SOUPAULT_VERSION: 4.8.0
SOUPAULT_VERSION: 4.10.0
run: |
echo Downloading and unpacking soupault
wget https://github.com/dmbaturin/soupault/releases/download/$SOUPAULT_VERSION/soupault-$SOUPAULT_VERSION-linux-x86_64.tar.gz
Expand Down

0 comments on commit 863fe8a

Please sign in to comment.