Skip to content

Commit

Permalink
refactored github deps URLs
Browse files Browse the repository at this point in the history
Co-Authored-By: atanas argirov <atanas@argirov.org>
  • Loading branch information
san983 and m0rcq committed Aug 13, 2024
1 parent 72cc882 commit 1f92bc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
otp_version: ['26.2', '25.3']
Expand All @@ -37,7 +37,7 @@ jobs:

test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
otp_version: ['26.2', '25.3']
Expand Down
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{<<"bear">>,{pkg,<<"bear">>,<<"0.8.7">>},1},
{<<"dns_erlang">>,
{git,"https://github.com/dnsimple/dns_erlang.git",
{ref,"52f7279afb4cc97b4d76babde223257ec08f3676"}},
{ref,"02b97f2e7e5cc701fc4f9c7b59dddc0b36d1a23f"}},
0},
{<<"folsom">>,{pkg,<<"folsom">>,<<"0.8.8">>},0},
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
Expand Down

0 comments on commit 1f92bc1

Please sign in to comment.