diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-12-26 17:44:49 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-12-26 17:44:49 -0800 |
| commit | 218a24e194562449aeffc5a113bb9582b2a87952 (patch) | |
| tree | ced580f22db75a5811a9f89fb2190bf61547de9e /.github | |
| parent | aada131b6dde8a915a21be958dda9109bc290648 (diff) | |
| download | nng-218a24e194562449aeffc5a113bb9582b2a87952.tar.gz nng-218a24e194562449aeffc5a113bb9582b2a87952.tar.bz2 nng-218a24e194562449aeffc5a113bb9582b2a87952.zip | |
github actions: Bump github actions to use ubuntu 24.04
(Mostly this is to get a newer wolfSSL.)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ca7ef433..43a5634a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -21,7 +21,7 @@ jobs: - poller: select - poller: poll name: build - runs-on: [ubuntu-latest] + runs-on: [ubuntu-24.04] steps: - name: Check out code uses: actions/checkout@v4 |
