Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Dec 28, 2024
1 parent b02c292 commit 7482d13
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/housekeeping-bugfix-reproducer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,15 @@ on:

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
name: "Test for lib/ changes"
strategy:
matrix:
otp: [26.2]
elixir: [1.16.2]
steps:
- uses: actions/checkout@v4

- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
otp-version: 26.2
elixir-version: 1.18.1

- run: git fetch origin master:master

Expand Down

0 comments on commit 7482d13

Please sign in to comment.