Skip to content

Commit

Permalink
Merge branch 'master' into typed-verification
Browse files Browse the repository at this point in the history
  • Loading branch information
quackzar authored May 29, 2024
2 parents fd514d2 + 2145b6d commit 49e6d79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
test:
name: cargo test
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Install C compiler
run: sudo apt-get update && sudo apt-get install -y build-essential
Expand All @@ -17,7 +17,7 @@ jobs:
# Check formatting with rustfmt
formatting:
name: cargo fmt
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Ensure rustfmt is installed and setup problem matcher
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
linux:
runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, aarch64, armv7l]
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
path: pycare/dist

windows:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -67,7 +67,7 @@ jobs:
path: pycare/dist

macos:
runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64-apple-darwin, aarch64-apple-darwin]
Expand Down

0 comments on commit 49e6d79

Please sign in to comment.