Skip to content

Commit

Permalink
Force runs on to Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
datdamnzotz committed Jul 10, 2021
1 parent a983bd2 commit 02b4203
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ on: [pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Prepare java
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 8.0.292
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
with:
# Install just one or all simultaneously
cli: 1.10.1.693 # Clojure CLI based on tools.deps
lein: 2.9.1 # or use 'latest' to always provision latest version of leiningen
boot: 2.9.1 # or use 'latest' to always provision latest version of boot
boot: 2.8.3 # or use 'latest' to always provision latest version of boot
- name: Get leiningen version
run: lein -v
- name: Run linter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Get Version
id: get_version
Expand Down

0 comments on commit 02b4203

Please sign in to comment.