Skip to content

Commit

Permalink
[ci] Keep macOS actions run on macOS-10.15 (#4014)
Browse files Browse the repository at this point in the history
* [ci] Keep macOS actions runs on macOS-10.15

* revert accidentally changed SPIRV-Tools
  • Loading branch information
yolo2themoon authored Jan 12, 2022
1 parent b1ef15b commit f673c57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix) }}
runs-on: macos-latest
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -155,7 +155,7 @@ jobs:
- name: Download Pre-Built LLVM 10.0.0
run: python misc/ci_download.py
env:
CI_PLATFORM: macos-latest
CI_PLATFORM: macos-10.15

- name: Create Python Wheel
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
strategy:
matrix:
include:
- os: macos-latest
- os: macos-10.15
python: 3.7
with_cc: OFF
with_cpp_tests: ON
Expand Down

0 comments on commit f673c57

Please sign in to comment.