diff options
author | Chris Packham <judge.packham@gmail.com> | 2022-07-27 20:31:20 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-07-28 17:39:59 +1200 |
commit | cc58f592ae715efdc5536ebb8fbe2e62d32fb596 (patch) | |
tree | e7bdd2f72f0212a4a09a660d97a77c587e32e010 /.github/workflows/continuous-integration-workflow.yml | |
parent | 7feb97f137461484e72826b20761c424fbc4a75c (diff) | |
download | crosstool-ng-cc58f592ae715efdc5536ebb8fbe2e62d32fb596.tar.gz crosstool-ng-cc58f592ae715efdc5536ebb8fbe2e62d32fb596.tar.bz2 crosstool-ng-cc58f592ae715efdc5536ebb8fbe2e62d32fb596.zip |
CI: Update to macos-latest
Update the CI actions from macos-10.15 to macos-latest.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to '.github/workflows/continuous-integration-workflow.yml')
-rw-r--r-- | .github/workflows/continuous-integration-workflow.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 5bc8a1e2..50cd21fa 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-10.15" ] + host: [ "ubuntu-latest", "macos-latest" ] steps: - name: "clone" uses: actions/checkout@v2 |