From 5b9a38a25184ff03d58c6bc2e88178e7580c3283 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Mon, 5 Aug 2024 10:56:15 -0400 Subject: [PATCH] Fix runs-on values --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00c7100..af7abf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ env: jobs: test_macos: name: OTP ${{ matrix.otp }} (macOS) - runs-on: macos_latest + runs-on: macos-latest strategy: fail-fast: false matrix: @@ -28,7 +28,7 @@ jobs: - run: mix test test_ubuntu: name: Elixir ${{ matrix.pair.elixir }} OTP ${{ matrix.pair.otp }} (Ubuntu) - runs-on: ubuntu_latest + runs-on: ubuntu-latest strategy: fail-fast: false matrix: