Skip to content

Commit

Permalink
Fix github action runners
Browse files Browse the repository at this point in the history
  • Loading branch information
John-K authored Jan 21, 2024
1 parent b71c908 commit 8b2f045
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build-linux:

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand All @@ -24,7 +24,7 @@ jobs:
path: artifact

build-windows:
runs-on: windows-2019
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
Expand All @@ -48,7 +48,7 @@ jobs:
path: artifact

build-macos:
runs-on: macos-10.15
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Setup OpenSSL
Expand Down

0 comments on commit 8b2f045

Please sign in to comment.