From 1f92bc1a12f923e6332050acc77c47a9dc3b2224 Mon Sep 17 00:00:00 2001 From: Santiago Traversa Date: Tue, 13 Aug 2024 13:07:33 -0300 Subject: [PATCH] refactored github deps URLs Co-Authored-By: atanas argirov --- .github/workflows/ci.yml | 4 ++-- rebar.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df154ee4..2be958c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'] @@ -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'] diff --git a/rebar.lock b/rebar.lock index 9e34f301..d128f0a8 100644 --- a/rebar.lock +++ b/rebar.lock @@ -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},