aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-12-26 17:44:49 -0800
committerGarrett D'Amore <garrett@damore.org>2024-12-26 17:44:49 -0800
commit218a24e194562449aeffc5a113bb9582b2a87952 (patch)
treeced580f22db75a5811a9f89fb2190bf61547de9e /.github/workflows
parentaada131b6dde8a915a21be958dda9109bc290648 (diff)
downloadnng-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/workflows')
-rw-r--r--.github/workflows/linux.yml2
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