Skip to content

Commit f6bca43

Browse files
committed
Ubuntu 20.04
1 parent bb9c0ff commit f6bca43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44

55
test:
66
name: Test 🔧
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-20.04
88
steps:
99
- name: Checkout code 🛎️
1010
uses: actions/[email protected]
@@ -47,7 +47,7 @@ jobs:
4747
github.event_name == 'push'
4848
&& github.repository == 'xmlx-dev/xml-book-code'
4949
&& startsWith(github.ref, 'refs/tags')
50-
runs-on: ubuntu-18.04
50+
runs-on: ubuntu-20.04
5151
steps:
5252
- name: Checkout code 🛎️
5353
uses: actions/[email protected]

0 commit comments

Comments
 (0)