aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/continuous-integration-workflow.yml
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2022-10-23 15:36:33 -0700
committerChris Packham <judge.packham@gmail.com>2022-10-27 21:28:42 +1300
commit7622b490a359f6cc6b212859b99d32020a8542e7 (patch)
tree7309f8c9822317606b0b281fdcd64f62395bb93e /.github/workflows/continuous-integration-workflow.yml
parent7008dd5591208b48b4cfeda709a63154ae3c51aa (diff)
downloadcrosstool-ng-7622b490a359f6cc6b212859b99d32020a8542e7.tar.gz
crosstool-ng-7622b490a359f6cc6b212859b99d32020a8542e7.tar.bz2
crosstool-ng-7622b490a359f6cc6b212859b99d32020a8542e7.zip
Bump ubuntu to ubuntu-22.04
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to '.github/workflows/continuous-integration-workflow.yml')
-rw-r--r--.github/workflows/continuous-integration-workflow.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml
index 2d6634ed..c5696f5f 100644
--- a/.github/workflows/continuous-integration-workflow.yml
+++ b/.github/workflows/continuous-integration-workflow.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.host }}
strategy:
matrix:
- host: [ "ubuntu-latest", "macos-latest" ]
+ host: ["ubuntu-22.04", "macos-latest"]
steps:
- name: "clone"
uses: actions/checkout@v3
@@ -51,7 +51,7 @@ jobs:
runs-on: ${{ matrix.host }}
strategy:
matrix:
- host: [ "ubuntu-latest" ]
+ host: ["ubuntu-22.04"]
steps:
- name: "download ct-ng"
uses: actions/download-artifact@v3
@@ -89,7 +89,7 @@ jobs:
path: src.tar
toolchains:
- needs: [ crosstool, tarballs ]
+ needs: [crosstool, tarballs]
uses: ./.github/workflows/build-toolchains.yml
with:
samples: >-
@@ -122,7 +122,7 @@ jobs:
]
canadian-cross:
- needs: [ toolchains ]
+ needs: [toolchains]
uses: ./.github/workflows/build-toolchains.yml
with:
samples: >-