From b1bf348c2b88a42c68e04394da76713a7e313738 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Tue, 5 Mar 2024 11:40:03 -0600 Subject: [PATCH] Update nightly CI to use ubuntu 22.04 This is an attempt to fix the consistent CI failure of nightly, despite being able to run nightly builds without difficulty. --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 862873e1f..604bc12ba 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -22,7 +22,7 @@ jobs: matrix: julia-version: [nightly] julia-arch: [x64] - os: [ubuntu-20.04] + os: [ubuntu-22.04] steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1