From 51ecffd1cbd255106babac09b46c9c5b14ba394d Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Mon, 20 May 2024 12:40:57 -0600 Subject: [PATCH] Switch to ubuntu-22.04 --- .github/workflows/test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0922d91..6f41501 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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