1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-30 20:09:54 +00:00

try older ubuntu version

This commit is contained in:
Calvin Rose 2024-11-02 15:22:41 -05:00
parent 9aae9f3add
commit 32922ec376

View File

@ -125,7 +125,7 @@ jobs:
test-s390x-linux:
name: Build and test s390x in qemu
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout the repository
uses: actions/checkout@master