We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd00e0b commit d262a07Copy full SHA for d262a07
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
test:
13
name: test (Emacs ${{matrix.emacs_version}} | Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}})
14
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
15
strategy:
16
matrix:
17
emacs_version: ['27.2', '26.3', '25.3', 'snapshot']
0 commit comments