Skip to content

Commit

Permalink
chore: update Rust version to 1.78.0 in workflow configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 1, 2024
1 parent b3f5c5d commit afbe95b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build Linux
timeout-minutes: 30
runs-on: ubuntu-latest
container: rust:1.74.0
container: rust:1.78.0
steps:
- name: Checkout code from repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Rust
run: |
rustup install 1.74.0
rustup override set 1.74.0
rustup install 1.78.0
rustup override set 1.78.0
rustup default stable-msvc
- name: Build Base
run: cargo build --release
Expand Down Expand Up @@ -87,8 +87,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Rust
run: |
rustup install 1.74.0
rustup override set 1.74.0
rustup install 1.78.0
rustup override set 1.78.0
- name: Build Base
run: cargo build --release
- name: Build SDL
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Rust
run: |
rustup install 1.74.0
rustup override set 1.74.0
rustup install 1.78.0
rustup override set 1.78.0
rustup default stable-msvc
- name: Setup SDL
run: |
Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Rust
run: |
rustup install 1.74.0
rustup override set 1.74.0
rustup install 1.78.0
rustup override set 1.78.0
- name: Setup SDL
run: |
cd frontends/sdl
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ jobs:
strategy:
matrix:
rust-version: [
"1.74.0",
"1.75.0",
"1.76.0",
"1.77.0",
"1.78.0",
"1.79.0",
"1.80.0",
Expand Down

0 comments on commit afbe95b

Please sign in to comment.