Skip to content

Commit

Permalink
Refactor GitHub workflows to use "ubuntu-latest" instead of "ubuntu-1…
Browse files Browse the repository at this point in the history
…8.04".
  • Loading branch information
icaoberg committed Feb 8, 2024
1 parent 09385f7 commit 244ae11
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 @@ -4,7 +4,7 @@ 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 244ae11

Please sign in to comment.