forked from tcobbs/ldview
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub build workflow runners
- Loading branch information
1 parent
96842cd
commit 6635266
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|