Skip to content

Commit

Permalink
Update GitHub build workflow runners
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorsandy committed Sep 9, 2024
1 parent 96842cd commit 6635266
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build, check and LDView
# Trevor SANDY <[email protected]>
# Last Update: September 07, 2024
# Last Update: September 09, 2024
# Copyright (C) 2022 - 2024 by Trevor SANDY
#
name: Build LDView
Expand All @@ -11,7 +11,7 @@ on:
jobs:
build-linux:
# if: ${{ false }} # uncomment to disable
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
build-windows:
# if: ${{ false }} # uncomment to disable
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -81,7 +81,7 @@ jobs:

build-macos:
# if: ${{ false }} # uncomment to disable
runs-on: macos-11
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 6635266

Please sign in to comment.