Skip to content

Commit

Permalink
Refactor GitHub workflows. Update runs-on parameter to use `ubuntu-la…
Browse files Browse the repository at this point in the history
…test` instead of `ubuntu-18.04`.
  • Loading branch information
icaoberg committed Dec 16, 2023
1 parent 68373fa commit f506ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
singularity_version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pretty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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
Expand Down

0 comments on commit f506ee3

Please sign in to comment.