1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

chore: update GitHub Actions runner to Ubuntu 22.04

This commit is contained in:
2025-03-31 11:00:01 +02:00
parent 4adbc575c2
commit 8eb4d2e114

View File

@@ -5,7 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out Git repository
uses: actions/checkout@v4