Skip to content

Commit

Permalink
ci: run opam build on ubuntu 18 instead of 20 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Feb 22, 2021
1 parent 3935155 commit 7ee2009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/opam-publish.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-18.04]
ocaml-version: [4.10.0]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opam.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-18.04, macos-latest, windows-latest]
ocaml-version: [4.11.1]

steps:
Expand Down

0 comments on commit 7ee2009

Please sign in to comment.