Skip to content

Commit

Permalink
Downgrade ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Jan 15, 2024
1 parent 72dc92e commit bac8cc4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
on:
release:
types: [created]
push:
branches:
- master

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -34,16 +37,16 @@ jobs:

build:
needs: compile_windows
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
include:
- os: ubuntu
- os: ubuntu-20.04
cargoargs: --features build-llvm
- os: macos
- os: macos-latest
cargoargs: --features build-llvm
- os: windows
- os: windows-latest
cargoargs: ''

steps:
Expand Down

0 comments on commit bac8cc4

Please sign in to comment.