Skip to content

Commit

Permalink
Use latest build machines for macOS and Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgantchev committed Aug 27, 2024
1 parent a46b107 commit 5b740c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
pre_job:
if: github.repository == 'kgantchev/joplin'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, ubuntu-20.04, windows-2019]
os: [macos-latest, ubuntu-latest, windows-2019]
steps:
- name: Disable TCP/UDP offload on Windows
if: runner.os == 'Windows'
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
ServerDockerImage:
needs: pre_job
if: github.repository == 'kgantchev/joplin' && needs.pre_job.outputs.should_skip != 'true'
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Install Docker Engine
run: |
Expand Down

0 comments on commit 5b740c9

Please sign in to comment.