Skip to content

Commit d968a39

Browse files
authored
Merge pull request #1463 from johnhaddon/ubuntuUpdate
CI : Run on Ubuntu 24.04
2 parents 0b88aa4 + b237a39 commit d968a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
include:
4141

4242
- name: linux-gcc11
43-
os: ubuntu-20.04
43+
os: ubuntu-24.04
4444
buildType: RELEASE
4545
containerImage: ghcr.io/gafferhq/build/build:3.0.0
4646
options: .github/workflows/main/options.posix
@@ -50,7 +50,7 @@ jobs:
5050
jobs: 4
5151

5252
- name: linux-debug-gcc11
53-
os: ubuntu-20.04
53+
os: ubuntu-24.04
5454
buildType: DEBUG
5555
containerImage: ghcr.io/gafferhq/build/build:3.0.0
5656
options: .github/workflows/main/options.posix

0 commit comments

Comments
 (0)