Skip to content

Commit

Permalink
Merge pull request #5580 from Goober5000/ubuntu_version_tweak
Browse files Browse the repository at this point in the history
Change ubuntu-latest to ubuntu-20.04
  • Loading branch information
Goober5000 committed Sep 1, 2023
2 parents acbab03 + 679c360 commit e5824b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
configuration: [FastDebug, Release]
name: Linux
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: ghcr.io/scp-fs2open/linux_build:sha-3d30dc5
steps:
# - name: Cache Qt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
configuration: [FastDebug, Release]
name: Linux
needs: create_release # Don't run this job until create_release is done and successful
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: ghcr.io/scp-fs2open/linux_build:sha-3d30dc5
steps:
# - name: Cache Qt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
configuration: [FastDebug, Release]
name: Linux
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: ghcr.io/scp-fs2open/linux_build:sha-3d30dc5
steps:
# - name: Cache Qt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
compiler: gcc-10
cmake_options: -DFSO_BUILD_WITH_OPENGL=OFF -DFSO_BUILD_WITH_VULKAN=OFF
name: Linux
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: ghcr.io/scp-fs2open/linux_build:sha-3d30dc5
steps:
# - name: Cache Qt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
compiler: gcc-10
cmake_options: -DFSO_BUILD_WITH_OPENGL=OFF -DFSO_BUILD_WITH_VULKAN=OFF
name: Linux
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: ghcr.io/scp-fs2open/linux_build:sha-3d30dc5
steps:
# - name: Cache Qt
Expand Down

0 comments on commit e5824b4

Please sign in to comment.