diff options
| author | J08nY | 2024-11-30 00:22:03 +0100 |
|---|---|---|
| committer | J08nY | 2024-11-30 00:22:03 +0100 |
| commit | c84f6f57a8d5600901a4357edc004c240ca57808 (patch) | |
| tree | 9a8ebe0bdbc83b41217d61500d1f97e9df2e021b /.github | |
| parent | 8395408db3d707be8573203b07625175e005ef74 (diff) | |
| download | ecgen-c84f6f57a8d5600901a4357edc004c240ca57808.tar.gz ecgen-c84f6f57a8d5600901a4357edc004c240ca57808.tar.zst ecgen-c84f6f57a8d5600901a4357edc004c240ca57808.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2528267..61c8fc3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: release: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4267308..59de7c8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: matrix: CC: [gcc, clang] |
