Skip to content

Commit

Permalink
Change linux-latest to ubuntu-latest
Browse files Browse the repository at this point in the history
A bit too AI-pilled
  • Loading branch information
MiraiSubject committed Feb 7, 2023
1 parent 02a79cb commit b6055f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
args: --release --all-features

- shell: bash
if: matrix.os == 'linux-latest' || matrix.os == 'macos-latest'
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: |
mkdir bin
mv ./target/release/cotevalentines ./bin/cotevalentines-${{ runner.os }}
Expand Down

0 comments on commit b6055f6

Please sign in to comment.