Skip to content

Commit

Permalink
Oh right
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Feb 5, 2024
1 parent fcb7c1c commit 0b0d660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-22.04-16core
- os: ubuntu-20.04-16core
target: x86_64-unknown-linux-gnu
host: x86_64-unknown-linux-gnu
- os: windows-2022-16core
Expand All @@ -21,7 +21,7 @@ jobs:
- os: macOS-latest-xl
target: x86_64-apple-darwin
host: x86_64-apple-darwin
- os: ubuntu-22.04-16core
- os: ubuntu-20.04-16core
target: aarch64-linux-android
host: x86_64-unknown-linux-gnu
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-22.04-16core
runs-on: ubuntu-20.04-16core
steps:
# Note that we are explicitly NOT checking out submodules, to validate
# that we haven't accidentally enabled spirv-tools native compilation
Expand Down

0 comments on commit 0b0d660

Please sign in to comment.