diff options
| author | J08nY | 2025-10-02 18:18:40 +0200 |
|---|---|---|
| committer | J08nY | 2025-10-02 18:18:40 +0200 |
| commit | a76f6671e523f913cd29206cf0491059c1554102 (patch) | |
| tree | 6ccc8a52e93ed5e3f33df864c3a1539f8aa9cf26 /.github/workflows | |
| parent | 35b7b74913f1bd8d4fa312bb07b01153b293eb5f (diff) | |
| download | pyecsca-codegen-a76f6671e523f913cd29206cf0491059c1554102.tar.gz pyecsca-codegen-a76f6671e523f913cd29206cf0491059c1554102.tar.zst pyecsca-codegen-a76f6671e523f913cd29206cf0491059c1554102.zip | |
Bump runner version (try newer gdb).
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3778495..f9325ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ env: jobs: test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest strategy: matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] |
