diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2022-10-23 15:36:33 -0700 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-10-27 21:28:42 +1300 |
commit | 7622b490a359f6cc6b212859b99d32020a8542e7 (patch) | |
tree | 7309f8c9822317606b0b281fdcd64f62395bb93e /.github/workflows/continuous-integration-workflow.yml | |
parent | 7008dd5591208b48b4cfeda709a63154ae3c51aa (diff) | |
download | crosstool-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.yml | 8 |
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: >- |