Skip to content

Commit

Permalink
Bump Github Actions version to prevent stalled jobs and fix typo in D…
Browse files Browse the repository at this point in the history
…ockerfile
  • Loading branch information
justanwar committed Sep 27, 2023
1 parent 9a9a9af commit 613ceab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notify_slack.yml
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
notify_slack:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
name: Notify slack
steps:
- name: Notify slack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
run_tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
name: Run tests
strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions contrib/build-wine/Dockerfile
Expand Up @@ -26,8 +26,8 @@ RUN dpkg --add-architecture i386 \
&& apt-get update \
&& apt-get install -y \
wine-stable=8.0.1~bionic-1 \
wine-stable-i386e=8.0.1~bionic-1 \
wine-stable-amd64e=8.0.1~bionic-1 \
wine-stable-i386=8.0.1~bionic-1 \
wine-stable-amd64=8.0.1~bionic-1 \
cabextract xauth xvfb ca-certificates zip unzip p7zip-full \
&& wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks \
&& chmod +x winetricks && mv winetricks /usr/local/bin \
Expand Down

0 comments on commit 613ceab

Please sign in to comment.