Skip to content

Commit 679454b

Browse files
authored
Merge pull request miek#212 from miek/miek-patch-1
actions: add Ubuntu 22.04 & remove Ubuntu 18.04
2 parents e3bac92 + 7534b81 commit 679454b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
strategy:
1919
matrix:
20-
os: ['macos-latest', 'ubuntu-20.04', 'ubuntu-18.04']
20+
os: ['macos-latest', 'ubuntu-22.04', 'ubuntu-20.04']
2121
runs-on: ${{ matrix.os }}
2222

2323
steps:

0 commit comments

Comments
 (0)