]> sigrok.org Git - sigrok-build.git/commitdiff
build.yml:: Remove workarounds for node20
authorSoeren Apel <redacted>
Sat, 24 Aug 2024 21:43:23 +0000 (23:43 +0200)
committerSoeren Apel <redacted>
Sat, 24 Aug 2024 21:43:23 +0000 (23:43 +0200)
.github/workflows/build.yml

index 850427aa2fb559caf79f16437e3e42108cd5a6bd..b8368d148705f95ed6dac1956b4412d17884e37b 100644 (file)
@@ -301,7 +301,7 @@ jobs:
       ((endsWith(github.repository, 'sigrok-cli')) ||
       (endsWith(github.repository, 'sigrok-build')))
 
-    runs-on: ubuntu-24.04
+    runs-on: ubuntu-latest
 
     container:
       image: ghcr.io/sigrokproject/sigrok-appimage-${{ matrix.target.container }}:latest
@@ -333,15 +333,8 @@ jobs:
       ARTIFACT_TITLE: "sigrok-cli"
       ARTIFACT_BIN_NAME: "sigrok-cli"
       ARTIFACT_VERSION: "NIGHTLY"
-      # See https://github.com/actions/checkout/issues/1590#issuecomment-2219382750
-#      ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
 
     steps:
-      - name: Update node to 20
-        uses: actions/setup-node@v4
-        with:
-          node-version: 20
-
       - name: Update dependencies
         run: |
           sudo apt-get update