Skip to content

Commit

Permalink
Build on Ubuntu focal
Browse files Browse the repository at this point in the history
Ubuntu bionic is due to become EOL in this month.
  • Loading branch information
TheAssassin committed Apr 13, 2023
1 parent b531b56 commit 68f9f56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:

jobs:
build-nix:
name: Ubuntu bionic (x86_64) debug
runs-on: ubuntu-18.04
name: Ubuntu focal (x86_64) debug
runs-on: ubuntu-20.04
env:
BUILD_TYPE: Debug
steps:
Expand All @@ -21,8 +21,8 @@ jobs:
run: bash -xe ci/build-nix.sh

build-nix-release:
name: Ubuntu bionic (x86_64) release
runs-on: ubuntu-18.04
name: Ubuntu focal (x86_64) release
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Checkout enet submodule
Expand All @@ -45,8 +45,8 @@ jobs:
run: bash -xe ci/build-mac.sh

windows-release-cross:
name: Windows (x86_64) release (crossbuild from Ubuntu bionic x86_64, MinGW-w64)
runs-on: ubuntu-18.04
name: Windows (x86_64) release (crossbuild from Ubuntu focal x86_64, MinGW-w64)
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Checkout enet submodule
Expand Down

0 comments on commit 68f9f56

Please sign in to comment.