Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbtechdev committed Nov 29, 2024
1 parent 3ffa414 commit 606f60a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ env:
CARGO_TERM_COLOR: always

jobs:
build_linux:
build_mac_os:

runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -21,9 +21,9 @@ jobs:
- name: Run tests
run: cargo test --verbose

build_mac_os:
build_windows:

runs-on: macos-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -32,9 +32,9 @@ jobs:
- name: Run tests
run: cargo test --verbose

build_windows:
build_linux:

runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 606f60a

Please sign in to comment.