Skip to content

Commit dc9703b

Browse files
committed
more GHA work - ubuntu versions
1 parent 46cb8bf commit dc9703b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on: [push, pull_request, workflow_dispatch]
55
jobs:
66

77
build:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
env:
10-
GHA_DISTRO: ubuntu-20.04
10+
GHA_DISTRO: ubuntu-22.04
1111
if: "!contains(github.event.head_commit.message, 'skip ci')"
1212
strategy:
1313
matrix:
@@ -34,9 +34,9 @@ jobs:
3434
runtests:
3535
name: Run unit tests
3636
needs: build
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-22.04
3838
env:
39-
GHA_DISTRO: ubuntu-20.04
39+
GHA_DISTRO: ubuntu-22.04
4040
steps:
4141
- uses: actions/checkout@v2
4242
- name: Set up Python 3.6

0 commit comments

Comments
 (0)