Skip to content

Commit

Permalink
Updated Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
icaoberg committed Jan 19, 2024
1 parent 72d8847 commit 1ce0973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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 Down
4 changes: 2 additions & 2 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 Down

0 comments on commit 1ce0973

Please sign in to comment.