Skip to content

Commit

Permalink
Merge pull request #503 from KisaragiEffective/KisaragiEffective-patch-1
Browse files Browse the repository at this point in the history
chore(ci): pin runners
  • Loading branch information
KisaragiEffective authored Jan 13, 2025
2 parents 2c43d63 + 74e98ec commit fe0e092
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ jobs:
matrix:
include:
- target: x86_64-pc-windows-gnu
runner: ubuntu-latest
runner: ubuntu-24.04
- target: x86_64-unknown-linux-musl
runner: ubuntu-latest
runner: ubuntu-24.04
test: true
- target: x86_64-unknown-linux-gnu
runner: ubuntu-latest
runner: ubuntu-24.04
test: true
- target: x86_64-apple-darwin
runner: macos-latest
runner: macos-14
test: true
# Oracle Cloud Infrastructure
- target: aarch64-unknown-linux-gnu
runner: ubuntu-latest
runner: ubuntu-24.04
runs-on: ${{ matrix.runner }}

steps:
Expand Down

0 comments on commit fe0e092

Please sign in to comment.