Skip to content

Commit

Permalink
Fix actions/checkout:v3
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jul 5, 2024
1 parent 4db2934 commit dc760c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
## The environments can be seen in https://github.com/haskell/haskell-language-server/settings/environments
## assuming you have the proper permissions.
environment: CI
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -866,7 +866,7 @@ jobs:

test-linux:
name: Test linux binaries
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: ["bindist-linux"]
env:
TARBALL_EXT: tar.xz
Expand Down

0 comments on commit dc760c2

Please sign in to comment.