aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2024-07-13 14:26:08 +0200
committerDylan Baker <dylan@pnwbakers.com>2024-07-15 10:13:20 -0700
commit9cc94a16ab837e85c47a818668b98a110fbabc48 (patch)
tree1c9628ec822879df3f9c784a201e62510fbcc632 /.github/workflows
parent8a8a3a0578fd8d5a8720a7a706f6f3b99e857f9c (diff)
downloadmeson-9cc94a16ab837e85c47a818668b98a110fbabc48.zip
meson-9cc94a16ab837e85c47a818668b98a110fbabc48.tar.gz
meson-9cc94a16ab837e85c47a818668b98a110fbabc48.tar.bz2
tests: try to fix ubuntu bionic tests
by forcing an older nodejs
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/os_comp.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml
index 1d77984..4fa4a87 100644
--- a/.github/workflows/os_comp.yml
+++ b/.github/workflows/os_comp.yml
@@ -26,6 +26,12 @@ on:
- ".github/workflows/os_comp.yml"
- "run*tests.py"
+# make GHA actions use node16 which still works with bionic
+# See https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
+# Unclear how long this will work though
+env:
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
+
permissions:
contents: read