Skip to content

Commit

Permalink
Switch to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored May 20, 2024
1 parent 6609e1d commit 51ecffd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test-basic:
name: Test basic
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout the Git repository
uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:
exists rm2/bar_0.0.0-1_rm2.ipk
test-path:
name: Test path
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout the Git repository
uses: actions/checkout@v4
Expand All @@ -56,7 +56,7 @@ jobs:
exists rm2/bar_0.0.0-1_rm2.ipk
test-vebose:
name: Test verbose
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout the Git repository
uses: actions/checkout@v4
Expand All @@ -77,7 +77,7 @@ jobs:
exists rm2/bar_0.0.0-1_rm2.ipk
test-arch:
name: Test arch
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout the Git repository
uses: actions/checkout@v4
Expand All @@ -98,7 +98,7 @@ jobs:
missing rm2/bar_0.0.0-1_rm2.ipk
test-package:
name: Test package
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout the Git repository
uses: actions/checkout@v4
Expand All @@ -119,7 +119,7 @@ jobs:
missing rm2/bar_0.0.0-1_rm2.ipk
test-warnings:
name: Test warnings
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout the Git repository
uses: actions/checkout@v4
Expand All @@ -140,7 +140,7 @@ jobs:
exists rm2/bar_0.0.0-1_rm2.ipk
test-install:
name: Test install of built package
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout the Git repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 51ecffd

Please sign in to comment.