From b5be8321337c4e1440f3d97d4c7db67fd159f207 Mon Sep 17 00:00:00 2001 From: Greg Rychlewski Date: Tue, 8 Apr 2025 19:49:12 -0400 Subject: [PATCH] upgrade ubuntu runner --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed42f476..690fa85b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: [push, pull_request] jobs: test: name: unittest - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 env: MIX_ENV: test strategy: @@ -47,7 +47,7 @@ jobs: test-postgres: name: postgres integration test - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: @@ -74,7 +74,7 @@ jobs: test-mysql: name: mysql integration test - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: @@ -91,15 +91,15 @@ jobs: test-mssql: name: mssql integration test - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: elixirbase: - "1.14.5-erlang-23.3.4.9-alpine-3.16.9" mssql: - - "2017" - "2019" + - "2022" steps: - uses: earthly/actions-setup@v1 - uses: actions/checkout@v3