Skip to content

Commit

Permalink
Merge pull request #1284 from rainlanguage/2024-02-12-fix
Browse files Browse the repository at this point in the history
label
  • Loading branch information
hardyjosh authored Feb 12, 2025
2 parents 2bbb247 + b093055 commit b926e08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rainix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
task: [ob-rs-test, rainix-rs-artifacts]
is-main:
is-not-main:
- ${{ github.ref != 'refs/heads/main' }}
include:
# Solidity doesn't need to be tested on multiple platforms
Expand All @@ -36,7 +36,7 @@ jobs:
- os: ubuntu-latest
task: rainix-sol-legal
exclude:
- is-main: true
- is-not-main: true
os: macos-latest
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tauri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
fail-fast: ${{ github.ref != 'refs/heads/main' }}
matrix:
os: [ubuntu-22.04, macos-13, macos-14]
is-main:
is-not-main:
- ${{ github.ref != 'refs/heads/main' }}
exclude:
- is-main: true
- is-not-main: true
os: macos-13
- is-main: true
- is-not-main: true
os: macos-14

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b926e08

Please sign in to comment.