Skip to content

Commit

Permalink
Update SFML (#298)
Browse files Browse the repository at this point in the history
* Update SFML dev dependency

* Update Ubuntu CI image version
  • Loading branch information
aleokdev authored Jun 14, 2024
1 parent a8de0a8 commit fa05968
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04 # Version 24 required for last version of CSFML

steps:
- name: Checkout
Expand All @@ -33,7 +33,7 @@ jobs:
run: cargo test --verbose

rustfmt:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -50,7 +50,7 @@ jobs:
run: cargo fmt --all -- --check

clippy:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -73,7 +73,7 @@ jobs:
run: cargo clippy --all-targets --package tiled

docs:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ zstd = { version = "0.13.1", optional = true, default-features = false }
flate2 = "1.0.28"

[dev-dependencies.sfml]
version = "0.20.0"
version = "0.21.0"
features = ["graphics"]

[dev-dependencies.ggez]
Expand Down

0 comments on commit fa05968

Please sign in to comment.