Skip to content

Commit

Permalink
GitHub Actions: Debian build job: switch actions runner from ubuntu-1…
Browse files Browse the repository at this point in the history
…8.04 to ubuntu-latest
  • Loading branch information
ksooo committed Nov 6, 2023
1 parent 5169f3a commit 0098dc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
matrix:
include:
- name: "Debian package test"
os: ubuntu-18.04
os: ubuntu-latest
CC: gcc
CXX: g++
DEBIAN_BUILD: true
#- os: ubuntu-18.04
#- os: ubuntu-latest
#CC: gcc
#CXX: g++
#- os: ubuntu-18.04
#- os: ubuntu-latest
#CC: clang
#CXX: clang++
#- os: macos-10.15
Expand Down

0 comments on commit 0098dc1

Please sign in to comment.