Skip to content

Commit

Permalink
Stay with the ubuntu-22.04 gh runner
Browse files Browse the repository at this point in the history
as newer runner no longer come with leiningen pre-installed
  • Loading branch information
egli committed Sep 3, 2024
1 parent a554c7b commit 655e67c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Upload Release Asset
jobs:
build:
name: Upload Release Asset
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 655e67c

Please sign in to comment.