From 49e91c354a4cd80a64dca9e2888bf93969870af9 Mon Sep 17 00:00:00 2001 From: atticusofsparta Date: Mon, 21 Oct 2024 11:47:12 -0600 Subject: [PATCH] fix(action): bump to 23.10 ubuntu --- .github/workflows/ant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yaml b/.github/workflows/ant.yaml index 161813b..8a8da66 100644 --- a/.github/workflows/ant.yaml +++ b/.github/workflows/ant.yaml @@ -4,7 +4,7 @@ on: [push, workflow_dispatch] jobs: unit: - runs-on: ubuntu-22.04 + runs-on: ubuntu-23.10 steps: - uses: actions/checkout@v4 name: Check out repository code