Skip to content

Commit

Permalink
Merge pull request #68 from git-annex-remote-rclone/rf-ubuntu
Browse files Browse the repository at this point in the history
Switch to use ubuntu-22.04 (18.04 might be gone)
  • Loading branch information
yarikoptic committed Apr 4, 2023
2 parents eade23c + 6cf7fb3 commit ed74878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
shellcheck:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- name: Set up environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-18.04
- ubuntu-22.04
#- windows-2019
- macos-latest
rclone:
Expand All @@ -30,7 +30,7 @@ jobs:
- os: macos-latest
rclone: v1.45
include:
- os: ubuntu-18.04
- os: ubuntu-22.04
annex: git-annex=8.20210330
rclone: v1.45

Expand Down

0 comments on commit ed74878

Please sign in to comment.