Skip to content

Commit 51bf8f1

Browse files
committed
Test only on LTS
1 parent 1cff7a6 commit 51bf8f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Run Unit Tests
66
runs-on: ubuntu-latest
77
container:
8-
image: ubuntu:24.10
8+
image: ubuntu:24.04
99
options: --shm-size=8192m
1010
steps:
1111
- name: Checkout

testing/run_unit_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# QuakeC Unit test runner.
55
# ----
66
# This is intended to be used via a Docker
7-
# container running ubuntu:24.10.
7+
# container running ubuntu:24.04.
88
#
99
set -o errexit
1010

0 commit comments

Comments
 (0)