Skip to content

Commit 655e67c

Browse files
committed
Stay with the ubuntu-22.04 gh runner
as newer runner no longer come with leiningen pre-installed
1 parent a554c7b commit 655e67c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/clojure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313

1414
steps:
1515
- uses: actions/checkout@v3

.github/workflows/upload-release-asset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Upload Release Asset
99
jobs:
1010
build:
1111
name: Upload Release Asset
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v3

0 commit comments

Comments
 (0)