Skip to content

Commit

Permalink
Updated YAML file
Browse files Browse the repository at this point in the history
  • Loading branch information
icaoberg committed Jan 4, 2025
1 parent 6df6913 commit ae47a2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:

build:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
singularity_version:
Expand All @@ -15,7 +15,7 @@ jobs:
steps:
- name: Check out code for the container build
uses: actions/checkout@v1

- name: Install useful utilities
run: apk update && apk add --no-cache tree figlet wget

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pretty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2

- name: Install useful utilities
run: sudo apt-get install -y tree

Expand All @@ -17,7 +17,7 @@ jobs:
if [ -f "$FILE" ]; then
echo "File "$FILE" exists."
exit 0
else
else
echo "File $FILE does not exist."
exit 1
fi
Expand Down

0 comments on commit ae47a2c

Please sign in to comment.