GHA: main.yml (move to ubuntu-22.04)

This commit is contained in:
Darryl L. Miles
2025-06-17 16:35:34 +01:00
parent f947543fe3
commit ab73c716a4
+2 -2
View File
@@ -24,7 +24,7 @@ jobs:
- name: Run the testing on the container and send the mail
run: docker exec test_magic /vezzal/test_magic.sh "[email protected],[email protected]" ${{secrets.MAILING_KEY}}
simple_build_linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Get Dependencies
@@ -36,7 +36,7 @@ jobs:
make database/database.h
make -j$(nproc)
simple_build_wasm:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Get Dependencies