We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82370a commit c0c7602Copy full SHA for c0c7602
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-18.04, ubuntu-latest]
17
emacs: [26.1, 26.2, 26.3, 27.1, 27.2, snapshot]
18
19
steps:
0 commit comments