Skip to content

Commit

Permalink
Merge branch 'master' into cstolowicz/OI-1792
Browse files Browse the repository at this point in the history
  • Loading branch information
cstolowicz committed Jul 10, 2024
2 parents 718fb5a + 6e46d19 commit 5b2a055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
benchmark:
name: Benchmark
runs-on: [linux, xlarge]
runs-on: [xlarge]
steps:
- uses: actions/checkout@v2
- name: Setup
Expand Down
2 changes: 1 addition & 1 deletion rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.65-slim-buster
FROM rust:1.67.1-slim-buster

ARG DEBIAN_FRONTEND=noninterative

Expand Down

0 comments on commit 5b2a055

Please sign in to comment.