Skip to content

Commit

Permalink
Pin images
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Dec 15, 2023
1 parent a3e15c9 commit 91571c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
ci-pass:
name: CI is green
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- test
- wasm
Expand All @@ -25,14 +25,14 @@ jobs:
test:
name: ${{ matrix.os }} / ${{matrix.target || 'default' }}

runs-on: ${{ matrix.os || 'ubuntu-latest' }}
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}

strategy:
matrix:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
- ubuntu-22.04
- macOS-12
- windows-2022

steps:
- name: Checkout
Expand All @@ -51,7 +51,7 @@ jobs:

coverage:
name: Coverage
runs-on: "ubuntu-latest"
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
wasm:
name: WASM

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down

0 comments on commit 91571c2

Please sign in to comment.