1
0
mirror of https://github.com/PDP-10/its.git synced 2026-05-22 13:30:12 +00:00

Update CI image to Ubuntu 24.04.

This commit is contained in:
Lars Brinkhoff
2026-05-02 15:14:51 +02:00
parent 9e2d4bf297
commit df638bb18c

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04]
os: [ubuntu-24.04]
emulator: [simh, klh10, pdp10-ka, pdp10-kl, pdp10-ks, simhv3]
steps:
- uses: actions/checkout@v4